mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing test for sqlite
This commit is contained in:
parent
cdc4cb9e1e
commit
32af53ab82
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ class SchemaShellTest extends CakeTestCase {
|
|||
$this->file = new File(TMP . 'tests' . DS . 'i18n.sql');
|
||||
$contents = $this->file->read();
|
||||
$this->assertPattern('/DROP TABLE/', $contents);
|
||||
$this->assertPattern('/CREATE TABLE `i18n`/', $contents);
|
||||
$this->assertPattern('/CREATE TABLE.*?i18n/', $contents);
|
||||
$this->assertPattern('/id/', $contents);
|
||||
$this->assertPattern('/model/', $contents);
|
||||
$this->assertPattern('/field/', $contents);
|
||||
|
|
Loading…
Reference in a new issue