mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Removing unneeded assert that fails when run in the all test suite
This commit is contained in:
parent
3594f7aa88
commit
222df2c315
1 changed files with 0 additions and 2 deletions
|
@ -622,8 +622,6 @@ class CakeSchemaTest extends CakeTestCase {
|
||||||
'name' => 'TestApp',
|
'name' => 'TestApp',
|
||||||
'models' => array('AppModel')
|
'models' => array('AppModel')
|
||||||
));
|
));
|
||||||
unset($read['tables']['missing']);
|
|
||||||
$this->assertTrue(empty($read['tables']));
|
|
||||||
if (!empty($backup)) {
|
if (!empty($backup)) {
|
||||||
ConnectionManager::drop('default');
|
ConnectionManager::drop('default');
|
||||||
ConnectionManager::create('default', $backup);
|
ConnectionManager::create('default', $backup);
|
||||||
|
|
Loading…
Reference in a new issue