Skip to content

Commit

Permalink
Adds test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobemerick committed Nov 27, 2015
1 parent abe1892 commit 42d46eb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bootstrap.php
@@ -0,0 +1,4 @@
<?php

include_once 'vendor/autoload.php';

7 changes: 7 additions & 0 deletions phpunit.xml
@@ -0,0 +1,7 @@
<phpunit bootstrap="bootstrap.php">
<testsuites>
<testsuite name="unit">
<directory>tests/unit</directory>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit 42d46eb

Please sign in to comment.