first commit
This commit is contained in:
24
modules/gamification/phpunit.xml
Normal file
24
modules/gamification/phpunit.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/5.7/phpunit.xsd"
|
||||
bootstrap="tests/autoload.php">
|
||||
|
||||
<testsuites>
|
||||
<testsuite name="Unit tests">
|
||||
<directory>tests/unit/</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Functional tests">
|
||||
<directory>tests/functional/</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
||||
<filter>
|
||||
<whitelist>
|
||||
<directory suffix=".php">classes</directory>
|
||||
</whitelist>
|
||||
</filter>
|
||||
|
||||
<logging>
|
||||
<log type="coverage-clover" target="build/clover.xml"/>
|
||||
</logging>
|
||||
</phpunit>
|
||||
Reference in New Issue
Block a user