Skip to content

Commit a73bb41

Browse files
author
Jacob Bare
authored
Merge pull request #5 from solocommand/unit-testing
Add phpunit.xml
2 parents 140e642 + df867a3 commit a73bb41

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636

3737
# PHPUnit
3838
/app/phpunit.xml
39-
/phpunit.xml
4039

4140
# Build data
4241
/build/

phpunit.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<phpunit bootstrap="./vendor/autoload.php">
2+
<testsuites>
3+
<testsuite name="Tests">
4+
<directory>Tests</directory>
5+
</testsuite>
6+
</testsuites>
7+
</phpunit>

0 commit comments

Comments
 (0)