Skip to content

Commit

Permalink
Fix some minor code style issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 27, 2012
1 parent 9232df8 commit 1c0f97e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
Expand Up @@ -56,15 +56,6 @@ public function setUp() {
$this->response = $this->getMock('CakeResponse');
}

/**
* tearDown
*
* @return void
*/
public function tearDown() {
parent::tearDown();
}

/**
* test applying settings in the constructor
*
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Model/ModelWriteTest.php
Expand Up @@ -241,7 +241,7 @@ public function testCacheClearOnSave() {
$data = array(
'OverallFavorite' => array(
'id' => 22,
'model_type' => '8-track',
'model_type' => '8-track',
'model_id' => '3',
'priority' => '1'
)
Expand Down
9 changes: 0 additions & 9 deletions lib/Cake/Test/Case/Model/Validator/CakeValidationSetTest.php
Expand Up @@ -26,15 +26,6 @@
*/
class CakeValidationSetTest extends CakeTestCase {

/**
* setUp method
*
* @return void
*/
public function setUp() {
parent::setUp();
}

/**
* testValidate method
*
Expand Down

0 comments on commit 1c0f97e

Please sign in to comment.