Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Sep 26, 2024
1 parent 9c16172 commit f049eb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
<env name="SCOUT_DRIVER" value="collection"/>
<env name="SCOUT_QUEUE" value="true"/>
<env name="QUEUE_DRIVER" value="sync"/>
<env name="DUSK_SERVE_HOST" value="127.0.0.1"/>
<env name="DUSK_SERVE_PORT" value="8001"/>
</php>
<logging/>
</phpunit>
4 changes: 4 additions & 0 deletions tests/TestBrowserCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ protected function getEnvironmentSetUp($app)
]);

config()->set('platform.prevents_abandonment', false);

if (isset($_SERVER['CI'])) {
Options::withoutUI();
}
}

protected function createAdminUser(array $attributes = []): User
Expand Down

0 comments on commit f049eb1

Please sign in to comment.