mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix coding standards.
This commit is contained in:
parent
2ad406ab64
commit
16a1a0ee79
5 changed files with 17 additions and 26 deletions
|
@ -26,15 +26,6 @@ App::uses('CakeValidationRule', 'Model/Validator');
|
|||
*/
|
||||
class CakeValidationRuleTest extends CakeTestCase {
|
||||
|
||||
/**
|
||||
* setUp method
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function setUp() {
|
||||
parent::setUp();
|
||||
}
|
||||
|
||||
/**
|
||||
* Auxiliary method to test custom validators
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue