Skip to content

Commit

Permalink
Test mystery #2 solved
Browse files Browse the repository at this point in the history
For some reason, Pennant's table isn't available before tests are run.

To get around this, Pennant feature storage will use the array driver as suggested here:
https://laravel.com/docs/11.x/pennant#store-configuration
  • Loading branch information
JSn1nj4 committed Jul 7, 2024
1 parent 2f8c7e1 commit 657a766
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
<env name="QUEUE_CONNECTION" value="sync"/>
<env name="SESSION_DRIVER" value="array"/>
<env name="TELESCOPE_ENABLED" value="false"/>
<env name="PENNANT_STORE" value="array"/>
</php>
</phpunit>

0 comments on commit 657a766

Please sign in to comment.