Skip to content

Commit e3c5f8e

Browse files
authored
Merge pull request #63 from m1guelpf/patch-1
Change testsuite name
2 parents 142aa73 + cbccb37 commit e3c5f8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpunit.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
stopOnFailure="false"
1111
syntaxCheck="false">
1212
<testsuites>
13-
<testsuite name="Package Test Suite">
13+
<testsuite name="Langman Test Suite">
1414
<directory suffix=".php">./tests/</directory>
1515
</testsuite>
1616
</testsuites>
1717
<php>
1818
<env name="APP_KEY" value="AckfSECXIvnK5r28GVIWUAxmbBSjTsmF"/>
1919
</php>
20-
</phpunit>
20+
</phpunit>

0 commit comments

Comments
 (0)