Skip to content

Commit

Permalink
Change name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenglish7 committed Apr 8, 2018
1 parent 079a8d1 commit b19d031
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@
timeoutForLargeTests="60"
verbose="false">
<testsuites>
<testsuite name="Security-Traits Test Suite">
<testsuite name="String-Validator Test Suite">
<directory suffix=".php">./tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src</directory>
<exclude>
<directory>./polyfill</directory>
<directory>./vendor</directory>
<directory>./build</directory>
</exclude>
Expand Down

0 comments on commit b19d031

Please sign in to comment.