Skip to content
Snippets Groups Projects
Commit becbdfe7 authored by Dominik Eckelmann's avatar Dominik Eckelmann
Browse files

added plugin unit tests to phpunit config

plugin unit tests are in /lib/plugins/<pluginname>/_testing
parent 4160c7c7
No related branches found
No related tags found
No related merge requests found
......@@ -32,5 +32,4 @@ Bad tests are tests that do not run out of the box.
==== TODO ====
* plugin unit tests
* integration tests (+plugins)
\ No newline at end of file
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment