mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Moved to hidden "stash" directory.
This commit is contained in:
44
phpunit.xml
44
phpunit.xml
@@ -1,44 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<phpunit backupGlobals="false"
|
||||
backupStaticAttributes="false"
|
||||
bootstrap="bootstrap/autoload.php"
|
||||
colors="true"
|
||||
convertErrorsToExceptions="true"
|
||||
convertNoticesToExceptions="true"
|
||||
convertWarningsToExceptions="true"
|
||||
processIsolation="false"
|
||||
verbose="true"
|
||||
stopOnFailure="true"
|
||||
strict="false"
|
||||
syntaxCheck="false">
|
||||
|
||||
|
||||
<filter>
|
||||
<whitelist processUncoveredFilesFromWhitelist="true">
|
||||
<directory suffix=".php">./app/models</directory>
|
||||
<directory suffix=".php">./app/controllers</directory>
|
||||
<directory suffix=".php">./app/events</directory>
|
||||
<directory suffix=".php">./app/extensions</directory>
|
||||
<directory suffix=".php">./app/queue</directory>
|
||||
<directory suffix=".php">./app/helpers</directory>
|
||||
<directory suffix=".php">./app/lib/FireflyIII</directory>
|
||||
<exclude>
|
||||
<file>./app/controllers/BaseController.php</file>
|
||||
</exclude>
|
||||
</whitelist>
|
||||
|
||||
</filter>
|
||||
|
||||
<logging>
|
||||
<log type="coverage-clover" target="build/logs/clover.xml"/>
|
||||
</logging>
|
||||
|
||||
<testsuites>
|
||||
<testsuite name="Application Test Suite">
|
||||
<directory>./app/tests/</directory>
|
||||
</testsuite>
|
||||
<testsuite name="CodeCeption">
|
||||
<directory>./tests/unit/</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
</phpunit>
|
||||
Reference in New Issue
Block a user