mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
removing debug();
This commit is contained in:
parent
19eca9003d
commit
def848f198
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ class FixtureTaskTest extends CakeTestCase {
|
|||
$this->Task->connection = 'test_suite';
|
||||
$this->Task->path = '/my/path/';
|
||||
$result = $this->Task->bake('Article', false, array('fromTable' => true, 'schema' => 'Article', 'records' => false));
|
||||
debug($result, true);
|
||||
|
||||
$this->assertPattern('/class ArticleFixture extends CakeTestFixture/', $result);
|
||||
$this->assertPattern('/var \$records/', $result);
|
||||
$this->assertPattern('/var \$import/', $result);
|
||||
|
|
Loading…
Reference in a new issue