Remove duplicate calling TableLocator::clear() by o0h · Pull Request #14005 · cakephp/cakephp
In Cake\TestSuite\TestCase::tearDown(), $this->getTableLocator()->clear() is called. So each subclasses' tearDown() don't have to call it. This PR is to Remove duplication calling Ta...