Merge pull request #604 from shama/patch-test-misc

Correct method descriptions and remove unused property
This commit is contained in:
Mark Story 2012-04-11 17:39:16 -07:00
commit fec704ca8c
6 changed files with 6 additions and 13 deletions

View file

@ -114,7 +114,7 @@ class SchemaShellTest extends CakeTestCase {
} }
/** /**
* endTest method * tearDown method
* *
* @return void * @return void
*/ */

View file

@ -49,7 +49,7 @@ class DbConfigTaskTest extends CakeTestCase {
} }
/** /**
* endTest method * tearDown method
* *
* @return void * @return void
*/ */

View file

@ -239,7 +239,7 @@ class TestTaskTest extends CakeTestCase {
} }
/** /**
* endTest method * tearDown method
* *
* @return void * @return void
*/ */

View file

@ -118,7 +118,7 @@ class RequestHandlerComponentTest extends CakeTestCase {
} }
/** /**
* endTest method * tearDown method
* *
* @return void * @return void
*/ */

View file

@ -60,13 +60,6 @@ class DboTestSource extends DboSource {
*/ */
class DboSourceTest extends CakeTestCase { class DboSourceTest extends CakeTestCase {
/**
* debug property
*
* @var mixed null
*/
public $debug = null;
/** /**
* autoFixtures property * autoFixtures property
* *
@ -102,7 +95,7 @@ class DboSourceTest extends CakeTestCase {
} }
/** /**
* endTest method * tearDown method
* *
* @return void * @return void
*/ */

View file

@ -40,7 +40,7 @@ class MediaViewTest extends CakeTestCase {
} }
/** /**
* endTest method * tearDown method
* *
* @return void * @return void
*/ */