Including first Laravel UnitText Experience

These changes will stay here so I can use them as examples to
come back later to include some real tests.
This commit is contained in:
2018-09-12 16:44:31 -03:00
parent a905d98304
commit 8c0e46538c
3 changed files with 22 additions and 1 deletions

View File

@@ -29,5 +29,6 @@
<env name="SESSION_DRIVER" value="array"/>
<env name="QUEUE_CONNECTION" value="sync"/>
<env name="MAIL_DRIVER" value="array"/>
<env name="DB_DATABASE" value="shareit_test"/>
</php>
</phpunit>