Skip to content

Commit

Permalink
added plugin unit tests to phpunit config
Browse files Browse the repository at this point in the history
plugin unit tests are in /lib/plugins/<pluginname>/_testing
  • Loading branch information
dom-mel committed Apr 6, 2012
1 parent 4160c7c commit becbdfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion _testing/README
Expand Up @@ -32,5 +32,4 @@ Bad tests are tests that do not run out of the box.


==== TODO ====
* plugin unit tests
* integration tests (+plugins)
3 changes: 3 additions & 0 deletions _testing/phpunit.xml
Expand Up @@ -7,6 +7,9 @@
<testsuite name="Default Unit Tests">
<directory suffix=".test.php">unittests/</directory>
</testsuite>
<testsuite name="Plugin tests">
<directory suffix=".test.php">../lib/plugins/*/_testing</directory>
</testsuite>
</testsuites>

</phpunit>

0 comments on commit becbdfe

Please sign in to comment.