mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Fix some minor code style issues.
This commit is contained in:
parent
9232df839d
commit
1c0f97ea67
3 changed files with 1 additions and 19 deletions
|
@ -56,15 +56,6 @@ class BasicAuthenticateTest extends CakeTestCase {
|
||||||
$this->response = $this->getMock('CakeResponse');
|
$this->response = $this->getMock('CakeResponse');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* tearDown
|
|
||||||
*
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
public function tearDown() {
|
|
||||||
parent::tearDown();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* test applying settings in the constructor
|
* test applying settings in the constructor
|
||||||
*
|
*
|
||||||
|
|
|
@ -26,15 +26,6 @@ App::uses('CakeValidationSet', 'Model/Validator');
|
||||||
*/
|
*/
|
||||||
class CakeValidationSetTest extends CakeTestCase {
|
class CakeValidationSetTest extends CakeTestCase {
|
||||||
|
|
||||||
/**
|
|
||||||
* setUp method
|
|
||||||
*
|
|
||||||
* @return void
|
|
||||||
*/
|
|
||||||
public function setUp() {
|
|
||||||
parent::setUp();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* testValidate method
|
* testValidate method
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue