Skip to content

Commit

Permalink
adding an empty tests folder - just to travis pass
Browse files Browse the repository at this point in the history
  • Loading branch information
davispeixoto committed May 4, 2015
1 parent c0f8c08 commit 8a745ed
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
syntaxCheck="false"
>
<testsuites>
<testsuite name="Package Test Suite">
<directory suffix="Test.php">./tests/</directory>
</testsuite>
</testsuites>
</phpunit>
Empty file added tests/.gitkeep
Empty file.

0 comments on commit 8a745ed

Please sign in to comment.