Skip to content
Snippets Groups Projects

Add tests

Merged Erick Hitter requested to merge add/tests into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -9,8 +9,8 @@
@@ -9,8 +9,8 @@
>
>
<testsuites>
<testsuites>
<testsuite>
<testsuite>
<directory prefix="test-" suffix=".php">./tests/</directory>
<directory suffix=".php">./tests/</directory>
<exclude>./tests/test-sample.php</exclude>
<exclude>./tests/bootstrap.php</exclude>
</testsuite>
</testsuite>
</testsuites>
</testsuites>
</phpunit>
</phpunit>
Loading