Skip to content

Commit

Permalink
add missing phpunit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensayshi committed Apr 2, 2015
1 parent d3e219a commit 5fd7f67
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ build/docs/*
build/logs/*
build/cache/*
build/cache/lint.cache
phpunit.xml
10 changes: 10 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
bootstrap="./vendor/autoload.php"
colors="true">
<testsuites>
<testsuite name="Buffertools">
<directory>./tests/</directory>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit 5fd7f67

Please sign in to comment.