2014-04-22 22:17:48 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2014-05-17 20:16:40 +02:00
|
|
|
<phpunit bootstrap="test/bootstrap.php" colors="true">
|
2014-04-22 22:17:48 +02:00
|
|
|
<testsuites>
|
|
|
|
<testsuite>
|
2014-05-17 20:16:40 +02:00
|
|
|
<file>test/Test.php</file>
|
2014-04-22 22:17:48 +02:00
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
|
|
|
</phpunit>
|