Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
allow ci to delete users/dbs too
  • Loading branch information
luceos committed Jun 19, 2018
1 parent 4127e72 commit 6b34265
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci.phpunit.xml
Expand Up @@ -31,6 +31,8 @@
<env name="DB_PASSWORD" value="root"/>
<env name="DB_USERNAME" value="root"/>
<env name="QUEUE_DRIVER" value="sync"/>
<env name="TENANCY_DATABASE_AUTO_DELETE" value="1"/>
<env name="TENANCY_DATABASE_AUTO_DELETE_USER" value="1"/>
<env name="TENANCY_DEFAULT_HOSTNAME" value="local.testing"/>
</php>
</phpunit>

0 comments on commit 6b34265

Please sign in to comment.