Remove old tests
Add tests for the BaseObject class
This commit is contained in:
parent
2c7514d03c
commit
9a40f17257
8 changed files with 47 additions and 899 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue