Create booking test

This commit is contained in:
Fairuz
2022-04-25 05:12:03 +08:00
parent 102a7fe7ee
commit dc69314eee
9 changed files with 38 additions and 77 deletions
+12
View File
@@ -1,4 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<php>
<ini name="display_errors" value="On" />
<ini name="display_startup_errors" value="On" />
</php>
<phpunit
colors="true"
>
<testsuites>
<testsuite name="dryrun">
<directory suffix="php">./tests/Browser/DryRun/</directory>
</testsuite>
</testsuites>
</phpunit>