Skip to content

Commit

Permalink
Remove unnecessary PHPUnit bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsmith committed Mar 5, 2020
1 parent c9dcb93 commit 5204d4e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/docs export-ignore
/phpunit.php export-ignore
/phpunit.xml.dist export-ignore
/tests export-ignore
9 changes: 0 additions & 9 deletions phpunit.php

This file was deleted.

2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<phpunit bootstrap="./phpunit.php">
<phpunit bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="Relay\\Relay">
<directory>./tests</directory>
Expand Down

0 comments on commit 5204d4e

Please sign in to comment.