mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-09 04:52:42 +00:00
Improved the DocBlocks and other code cleanup
Fixed @license tag, url comes first Whitespace and other minor code cleanup Added some docblocks
This commit is contained in:
parent
db75a76a60
commit
4c9f0414cb
693 changed files with 1490 additions and 902 deletions
|
@ -15,8 +15,9 @@
|
|||
* @link http://book.cakephp.org/2.0/en/development/testing.html CakePHP(tm) Tests
|
||||
* @package Cake.Test.Case.Log.Engine
|
||||
* @since CakePHP(tm) v 1.3
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
||||
*/
|
||||
|
||||
App::uses('FileLog', 'Log/Engine');
|
||||
|
||||
/**
|
||||
|
@ -80,5 +81,4 @@ class FileLogTest extends CakeTestCase {
|
|||
$this->assertTrue(file_exists($path . 'error.log'));
|
||||
unlink($path . 'error.log');
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue