Browse Source

Prefer phpunit.xml.dist and fix testsuite name

master
James Brooks 9 years ago
parent
commit
65160bd85e
  1. 2
      phpunit.xml.dist

2
phpunit.xml → phpunit.xml.dist

@ -11,7 +11,7 @@
syntaxCheck="false" syntaxCheck="false"
> >
<testsuites> <testsuites>
<testsuite name="Package Test Suite">
<testsuite name="Laravel Searchy Test Suite">
<directory suffix=".php">./tests/</directory> <directory suffix=".php">./tests/</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
Loading…
Cancel
Save