From 8bbe250becdefdc2cc08a7fae32f0f5bf6236a46 Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Wed, 11 Apr 2012 07:50:54 -0700 Subject: [PATCH] Correct method descriptions and remove unused property --- lib/Cake/Test/Case/Console/Command/SchemaShellTest.php | 2 +- .../Test/Case/Console/Command/Task/DbConfigTaskTest.php | 2 +- lib/Cake/Test/Case/Console/Command/Task/TestTaskTest.php | 2 +- .../Controller/Component/RequestHandlerComponentTest.php | 2 +- lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php | 9 +-------- lib/Cake/Test/Case/View/MediaViewTest.php | 2 +- 6 files changed, 6 insertions(+), 13 deletions(-) diff --git a/lib/Cake/Test/Case/Console/Command/SchemaShellTest.php b/lib/Cake/Test/Case/Console/Command/SchemaShellTest.php index 6abd0cbd7..cc3a82319 100644 --- a/lib/Cake/Test/Case/Console/Command/SchemaShellTest.php +++ b/lib/Cake/Test/Case/Console/Command/SchemaShellTest.php @@ -114,7 +114,7 @@ class SchemaShellTest extends CakeTestCase { } /** - * endTest method + * tearDown method * * @return void */ diff --git a/lib/Cake/Test/Case/Console/Command/Task/DbConfigTaskTest.php b/lib/Cake/Test/Case/Console/Command/Task/DbConfigTaskTest.php index 558dd3c3d..b831c9590 100644 --- a/lib/Cake/Test/Case/Console/Command/Task/DbConfigTaskTest.php +++ b/lib/Cake/Test/Case/Console/Command/Task/DbConfigTaskTest.php @@ -49,7 +49,7 @@ class DbConfigTaskTest extends CakeTestCase { } /** - * endTest method + * tearDown method * * @return void */ diff --git a/lib/Cake/Test/Case/Console/Command/Task/TestTaskTest.php b/lib/Cake/Test/Case/Console/Command/Task/TestTaskTest.php index 767fc4e35..f5f9177cd 100644 --- a/lib/Cake/Test/Case/Console/Command/Task/TestTaskTest.php +++ b/lib/Cake/Test/Case/Console/Command/Task/TestTaskTest.php @@ -239,7 +239,7 @@ class TestTaskTest extends CakeTestCase { } /** - * endTest method + * tearDown method * * @return void */ diff --git a/lib/Cake/Test/Case/Controller/Component/RequestHandlerComponentTest.php b/lib/Cake/Test/Case/Controller/Component/RequestHandlerComponentTest.php index 2dc35d44f..fabda594d 100644 --- a/lib/Cake/Test/Case/Controller/Component/RequestHandlerComponentTest.php +++ b/lib/Cake/Test/Case/Controller/Component/RequestHandlerComponentTest.php @@ -118,7 +118,7 @@ class RequestHandlerComponentTest extends CakeTestCase { } /** - * endTest method + * tearDown method * * @return void */ diff --git a/lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php b/lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php index c2cee0e57..3b3449bb0 100644 --- a/lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php +++ b/lib/Cake/Test/Case/Model/Datasource/DboSourceTest.php @@ -60,13 +60,6 @@ class DboTestSource extends DboSource { */ class DboSourceTest extends CakeTestCase { -/** - * debug property - * - * @var mixed null - */ - public $debug = null; - /** * autoFixtures property * @@ -102,7 +95,7 @@ class DboSourceTest extends CakeTestCase { } /** - * endTest method + * tearDown method * * @return void */ diff --git a/lib/Cake/Test/Case/View/MediaViewTest.php b/lib/Cake/Test/Case/View/MediaViewTest.php index 6a88bcde0..a9f6c3ade 100644 --- a/lib/Cake/Test/Case/View/MediaViewTest.php +++ b/lib/Cake/Test/Case/View/MediaViewTest.php @@ -40,7 +40,7 @@ class MediaViewTest extends CakeTestCase { } /** - * endTest method + * tearDown method * * @return void */