Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit ab0ad8b

Browse files
committed
Cleanup ignore file and renamed phpunit.xml with dist
1 parent 2629b6f commit ab0ad8b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.gitignore

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/vendor
2-
composer.phar
31
composer.lock
4-
.DS_Store
2+
phpunit.xml
3+
vendor

phpunit.xml renamed to phpunit.xml.dist

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
syntaxCheck="false"
1212
>
1313
<testsuites>
14-
<testsuite name="Package Test Suite">
14+
<testsuite name="JSON-API Test Suite">
1515
<directory suffix=".php">./tests/</directory>
1616
</testsuite>
1717
</testsuites>
18-
</phpunit>
18+
</phpunit>

0 commit comments

Comments
 (0)