mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2025-12-31 17:37:48 -05:00
Add phpunit configuration to run tests and add the first running test to validate the configuration
13 lines
286 B
XML
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> |