Files
FreshRSS/tests/phpunit.xml
Alexis Degrugillier b17cdadf15 Add the first unit test
Add phpunit configuration to run tests and add the first running test to validate the configuration
2015-01-17 10:42:24 -05:00

13 lines
286 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="bootstrap.php">
<filter>
<whitelist>
<directory suffix=".php">../app</directory>
</whitelist>
</filter>
<testsuites>
<testsuite name="FreshRSS">
<directory>app</directory>
</testsuite>
</testsuites>
</phpunit>