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
+ 3
3
@@ -8,9 +8,9 @@
convertWarningsToExceptions="true"
>
<testsuites>
<testsuite>
<directory prefix="test-" suffix=".php">./tests/</directory>
<exclude>./tests/test-sample.php</exclude>
<testsuite name="wpruss">
<directory suffix=".php">./tests/</directory>
<exclude>./tests/bootstrap.php</exclude>
</testsuite>
</testsuites>
</phpunit>
Loading