Fix some minor code style issues.

This commit is contained in:
mark_story 2012-05-27 14:20:19 -04:00
parent 9232df839d
commit 1c0f97ea67
3 changed files with 1 additions and 19 deletions

View file

@ -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
* *

View file

@ -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
* *