Skip to content

Commit

Permalink
Fix phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric committed May 9, 2024
1 parent 854164b commit cda8ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ini name="memory_limit" value="-1"/>
<ini name="apc.enable_cli" value="1"/>

<env name="DATABASE_TEST_URL" value="postgres://root@localhost/gib_potato_test"/>
<env name="DATABASE_TEST_URL" value="postgres://gib_potato:password@localhost/gib_potato_test"/>

<env name="APP_NAME" value="gib_potato"/>
<env name="POTAL_TOKEN" value="something-secret"/>
Expand Down

0 comments on commit cda8ac1

Please sign in to comment.