Skip to content

Commit

Permalink
DBP: Composer lock updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Mar 22, 2017
1 parent 1797858 commit fdfcb9e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 29 deletions.
52 changes: 26 additions & 26 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/DbProfiler/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ private function setUpDatabase()
'--database' => 'testing',
'--path' => relative_path(__DIR__, base_path()) . '/fixture/database/migrations/',
]);
$this->seeArtisanOutput(__DIR__ . '/migrate.output.txt');
$this->seeInArtisanOutput('Migrated');
}

private function setUpFactories()
Expand Down
2 changes: 0 additions & 2 deletions tests/DbProfiler/migrate.output.txt

This file was deleted.

0 comments on commit fdfcb9e

Please sign in to comment.