Skip to content

Commit

Permalink
Change testsuite name
Browse files Browse the repository at this point in the history
  • Loading branch information
m1guelpf authored Apr 27, 2017
1 parent 15ac1b0 commit cbccb37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
stopOnFailure="false"
syntaxCheck="false">
<testsuites>
<testsuite name="Package Test Suite">
<testsuite name="Langman Test Suite">
<directory suffix=".php">./tests/</directory>
</testsuite>
</testsuites>
<php>
<env name="APP_KEY" value="AckfSECXIvnK5r28GVIWUAxmbBSjTsmF"/>
</php>
</phpunit>
</phpunit>

0 comments on commit cbccb37

Please sign in to comment.