2021-01-13 18:30:23 +07:00
|
|
|
<?xml version="1.0"?>
|
2017-07-15 19:01:21 +02:00
|
|
|
<phpunit
|
2018-02-22 15:25:57 +01:00
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2021-01-13 18:30:23 +07:00
|
|
|
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
|
2017-11-10 23:14:17 +01:00
|
|
|
bootstrap="tests/bootstrap.php"
|
2017-07-15 19:01:21 +02:00
|
|
|
colors="true"
|
|
|
|
>
|
2018-01-04 15:22:59 +01:00
|
|
|
<testsuites>
|
2018-07-25 15:29:42 +02:00
|
|
|
<testsuite name="main">
|
2020-02-11 14:11:47 +01:00
|
|
|
<directory>rules/*/tests</directory>
|
2021-03-12 20:13:27 +01:00
|
|
|
<directory>packages-tests</directory>
|
2018-07-25 15:29:42 +02:00
|
|
|
<directory>tests</directory>
|
2020-05-03 14:51:41 +02:00
|
|
|
<directory>utils/*/tests</directory>
|
2020-07-30 01:39:41 +02:00
|
|
|
<exclude>rules/nette-tester-to-phpunit/tests/Rector/RenameTesterTestToPHPUnitToTestFileRector/Source/*</exclude>
|
2018-01-04 15:22:59 +01:00
|
|
|
</testsuite>
|
|
|
|
</testsuites>
|
2021-03-12 20:13:27 +01:00
|
|
|
|
|
|
|
<php>
|
|
|
|
<const name="RECTOR_REPOSITORY" value="true"/>
|
|
|
|
<env name="XDEBUG_MODE" value="coverage"/>
|
|
|
|
</php>
|
2017-07-15 19:01:21 +02:00
|
|
|
</phpunit>
|