mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Merge pull request #604 from shama/patch-test-misc
Correct method descriptions and remove unused property
This commit is contained in:
commit
fec704ca8c
6 changed files with 6 additions and 13 deletions
|
@ -114,7 +114,7 @@ class SchemaShellTest extends CakeTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* endTest method
|
* tearDown method
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -49,7 +49,7 @@ class DbConfigTaskTest extends CakeTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* endTest method
|
* tearDown method
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -239,7 +239,7 @@ class TestTaskTest extends CakeTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* endTest method
|
* tearDown method
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -118,7 +118,7 @@ class RequestHandlerComponentTest extends CakeTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* endTest method
|
* tearDown method
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -40,7 +40,7 @@ class MediaViewTest extends CakeTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* endTest method
|
* tearDown method
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue