Skip to content
Snippets Groups Projects
Commit f14d48a3 authored by Olav Morken's avatar Olav Morken
Browse files

Simplify phpunit test structure.

* One test suite for all tests.
* One file per class that is tested.

These changes should make it easier to add new tests.
parent b51a731d
Branches
Tags
No related merge requests found
File moved
......@@ -10,14 +10,8 @@
syntaxCheck="false"
bootstrap="./../../vendor/autoload.php">
<testsuites>
<testsuite name="Utils">
<directory>./../../tests/Utils/</directory>
</testsuite>
<testsuite name="Metadata">
<directory>./../../tests/Metadata/</directory>
</testsuite>
<testsuite name="modules-core">
<directory>./../../tests/modules/core/</directory>
<testsuite name="Unit tests">
<directory>./../../tests/</directory>
</testsuite>
</testsuites>
<filter>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment