1
0
Fork 0

Remove old tests

Add tests for the BaseObject class
This commit is contained in:
Pierre Rudloff 2018-04-09 23:03:29 +02:00
commit 9a40f17257
8 changed files with 47 additions and 899 deletions

View file

@ -1,10 +1,8 @@
<?xml version="1.0"?>
<phpunit>
<phpunit bootstrap="boot.php">
<testsuites>
<testsuite>
<directory suffix="_test.php">tests/</directory>
<exclude>tests/template_test.php</exclude>
<exclude>tests/get_tags_test.php</exclude>
<directory>tests/</directory>
</testsuite>
</testsuites>
</phpunit>