Initial commit
This commit is contained in:
38
typo3_src-7.6.24/vendor/cogpowered/finediff/phpunit.xml.dist
vendored
Normal file
38
typo3_src-7.6.24/vendor/cogpowered/finediff/phpunit.xml.dist
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<phpunit
|
||||
colors="true"
|
||||
convertNoticesToExceptions="true"
|
||||
convertWarningsToExceptions="true"
|
||||
stopOnError="false"
|
||||
stopOnFailure="false"
|
||||
stopOnIncomplete="false"
|
||||
bootstrap="vendor/autoload.php">
|
||||
|
||||
<testsuites>
|
||||
<testsuite name="Delimiters">
|
||||
<directory suffix=".php">tests/Delimiters</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Diff">
|
||||
<directory suffix=".php">tests/Diff</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Granularity">
|
||||
<directory suffix=".php">tests/Granularity</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Parser">
|
||||
<directory suffix=".php">tests/Parser</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Render">
|
||||
<directory suffix=".php">tests/Render</directory>
|
||||
</testsuite>
|
||||
<testsuite name="Usage">
|
||||
<directory suffix=".php">tests/Usage</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
<filter>
|
||||
<blacklist>
|
||||
<directory suffix=".php">PEAR_INSTALL_DIR</directory>
|
||||
<directory suffix=".php">PHP_LIBDIR</directory>
|
||||
<directory suffix=".php">vendor</directory>
|
||||
</blacklist>
|
||||
</filter>
|
||||
</phpunit>
|
||||
Reference in New Issue
Block a user