Skip to content

Commit

Permalink
Added phpunit.xml and .idea/ to gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwebpt committed Nov 19, 2014
1 parent 948b295 commit ff301c0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
composer.phar
vendor/
build/
.idea/
8 changes: 8 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true">
<testsuites>
<testsuite name="Application Test Suite">
<directory>./tests/</directory>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit ff301c0

Please sign in to comment.