Skip to content

Commit

Permalink
removing debug();
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 21, 2009
1 parent 19eca90 commit def848f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/tests/cases/console/libs/tasks/fixture.test.php
Expand Up @@ -135,7 +135,7 @@ function testImportRecordsFromDatabaseWithConditions() {
$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);
Expand Down

0 comments on commit def848f

Please sign in to comment.