Skip to content

Commit

Permalink
Try to fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tankerkiller125 committed Nov 30, 2020
1 parent fc30e1a commit d5e6c2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions tests/integration/extenders/ModelUrlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ protected function prepDb()
]);
}

/**
* @test
*/
public function uses_default_driver_by_default()
{
$this->prepDb();
Expand Down
2 changes: 1 addition & 1 deletion tests/phpunit.integration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="true"
processIsolation="false"
stopOnFailure="false">

<testsuites>
Expand Down

0 comments on commit d5e6c2d

Please sign in to comment.