Add tests for entities

This commit is contained in:
Julius Haertl
2016-08-16 18:47:22 +02:00
parent f58e544733
commit 9fdb52dff2
10 changed files with 455 additions and 7 deletions

View File

@@ -4,4 +4,9 @@
<directory>./tests/unit</directory>
</testsuite>
</testsuites>
</phpunit>
<filter>
<whitelist>
<directory suffix=".php">./</directory>
</whitelist>
</filter>
</phpunit>