Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blt950 committed Aug 1, 2024
1 parent 1a213ee commit 1ec6fac
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 37 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<env name="APP_ENV" value="testing"/>
<env name="BCRYPT_ROUNDS" value="4"/>
<env name="CACHE_DRIVER" value="array"/>
<!-- <env name="DB_CONNECTION" value="sqlite"/> -->
<!-- <env name="DB_DATABASE" value=":memory:"/> -->
<env name="DB_CONNECTION" value="sqlite"/>
<env name="DB_DATABASE" value=":memory:"/>
<env name="MAIL_MAILER" value="array"/>
<env name="QUEUE_CONNECTION" value="sync"/>
<env name="SESSION_DRIVER" value="array"/>
Expand Down
19 changes: 0 additions & 19 deletions tests/Feature/ExampleTest.php

This file was deleted.

1 change: 1 addition & 0 deletions tests/Feature/Models/EventTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ protected function getUser()
protected function getImage()
{
// Create a 16:9 image
// Remember `install-php-extensions gd` if you try to run this locally, otherwise this test will fail.
$width = 1600;
$height = 900;
$image = imagecreate($width, $height);
Expand Down
16 changes: 0 additions & 16 deletions tests/Unit/ExampleTest.php

This file was deleted.

0 comments on commit 1ec6fac

Please sign in to comment.