Skip to content

Commit 0151b62

Browse files
committed
ITT: Tests fixed.
1 parent cc4081a commit 0151b62

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

tests/TestingTools/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ protected function setUpDatabase()
3838
'--database' => 'testing',
3939
'--path' => relative_path(__DIR__, base_path()) . '/fixture/database/migrations/',
4040
]);
41-
$this->seeArtisanOutput(__DIR__ . '/migrate.output.txt');
41+
$this->seeInArtisanOutput('Migrated');
4242
}
4343

4444
private function setUpFactories()

tests/TestingTools/migrate.output.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)