Skip to content

Commit

Permalink
prepare for wiring tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Jan 30, 2013
1 parent 9132112 commit 34521f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions config/test.php
@@ -0,0 +1,5 @@
<?php
/**
* Loader
*/
$loader->add('Aura\Autoload\\', dirname(__DIR__) . DIRECTORY_SEPARATOR . 'tests');
2 changes: 1 addition & 1 deletion tests/phpunit.xml
@@ -1,7 +1,7 @@
<phpunit bootstrap="./bootstrap.php"> <phpunit bootstrap="./bootstrap.php">
<testsuites> <testsuites>
<testsuite> <testsuite>
<directory>.</directory> <directory>./Aura/Autoload</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
</phpunit> </phpunit>

0 comments on commit 34521f7

Please sign in to comment.