@@ -93,17 +93,6 @@ class PaginatorComponentTest extends TestCase
}
/**
- * tearDown
- *
- * @return void
- */
- public function tearDown()
- {
- parent::tearDown();
- $this->getTableLocator()->clear();
- }
-
- /**
* testPaginatorSetting
*
* @return void
@@ -55,7 +55,6 @@ class TableTest extends TestCase
public function tearDown()
{
Type::clear();
Type::setMap($this->_map);
parent::tearDown();
@@ -63,17 +63,6 @@ class PaginatorTest extends TestCase
* Test that non-numeric values are rejected for page, and limit
@@ -54,7 +54,6 @@ class DatabaseSessionTest extends TestCase
unset($this->storage);
@@ -72,17 +72,6 @@ class BelongsToTest extends TestCase
- * Tear down
* Test that foreignKey generation
@@ -87,17 +87,6 @@ class HasManyTest extends TestCase
* Tests that foreignKey() returns the correct configured value
@@ -52,17 +52,6 @@ class HasOneTest extends TestCase
* @group deprecated
@@ -33,17 +33,6 @@ class AssociationProxyTest extends TestCase
];
- * Teardown
* Tests that it is possible to get associations as a property
@@ -74,17 +74,6 @@ class AssociationTest extends TestCase
* Tests that _options acts as a callback where subclasses can add their own
* initialization code based on the passed configuration array
@@ -102,7 +102,6 @@ class CounterCacheBehaviorTest extends TestCase
unset($this->user, $this->post);
@@ -57,7 +57,6 @@ class TranslateBehaviorTest extends TestCase
I18n::setLocale(I18n::getDefaultLocale());
@@ -41,12 +41,6 @@ class TreeBehaviorTest extends TestCase
$this->table->addBehavior('Tree');
* Sanity test
@@ -128,17 +128,6 @@ class EagerLoaderTest extends TestCase
- * tearDown method
* Tests that fully defined belongsTo and hasOne relationships are joined correctly
@@ -170,7 +170,6 @@ class MarshallerTest extends TestCase
unset($this->articles, $this->comments, $this->users, $this->tags);
@@ -51,18 +51,6 @@ class QueryRegressionTest extends TestCase
public $autoFixtures = false;
* Test for https://github.com/cakephp/cakephp/issues/3087
@@ -98,17 +98,6 @@ class QueryTest extends TestCase
* Data provider for the two types of strategies HasMany implements
* @return array
@@ -37,17 +37,6 @@ class RulesCheckerIntegrationTest extends TestCase
* Tests saving belongsTo association and get a validation error
* @group save
@@ -33,18 +33,6 @@ class TableRegressionTest extends TestCase
* Tests that an exception is thrown if the transaction is aborted
* in the afterSave callback
@@ -136,7 +136,6 @@ class TableTest extends TestCase
$this->clearPlugins();
@@ -48,17 +48,6 @@ class TableUuidTest extends TestCase
- * teardown
* Provider for testing that string and binary uuids work the same
@@ -201,7 +201,6 @@ class FormHelperTest extends TestCase
unset($this->Form, $this->Controller, $this->View);