Skip to content

Commit

Permalink
Correct method descriptions and remove unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
shama committed Apr 11, 2012
1 parent 2333c8f commit 8bbe250
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Console/Command/SchemaShellTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public function setUp() {
}

/**
* endTest method
* tearDown method
*
* @return void
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function setUp() {
}

/**
* endTest method
* tearDown method
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Console/Command/Task/TestTaskTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public function setUp() {
}

/**
* endTest method
* tearDown method
*
* @return void
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ protected function _init() {
}

/**
* endTest method
* tearDown method
*
* @return void
*/
Expand Down
9 changes: 1 addition & 8 deletions lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,6 @@ public function setConnection($conn) {
*/
class DboSourceTest extends CakeTestCase {

/**
* debug property
*
* @var mixed null
*/
public $debug = null;

/**
* autoFixtures property
*
Expand Down Expand Up @@ -102,7 +95,7 @@ public function setUp() {
}

/**
* endTest method
* tearDown method
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/View/MediaViewTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function setUp() {
}

/**
* endTest method
* tearDown method
*
* @return void
*/
Expand Down

0 comments on commit 8bbe250

Please sign in to comment.