Skip to content

Commit

Permalink
Merge pull request #63 from m1guelpf/patch-1
Browse files Browse the repository at this point in the history
Change testsuite name
  • Loading branch information
themsaid authored Jun 2, 2017
2 parents 142aa73 + cbccb37 commit e3c5f8e
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 e3c5f8e

Please sign in to comment.