Tomas Votruba d88782de2e Updated Rector to commit b536a67738a444c83063d0b1f0c4f403d87088fa
b536a67738 [Scoped][e2e] Fix standalone rule test on scoped build (#2491)
2022-06-14 06:49:40 +00:00

14 lines
397 B
XML

<?xml version="1.0"?>
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="vendor/rector/rector/vendor/scoper-autoload.php"
colors="true"
>
<testsuites>
<testsuite name="main">
<directory>utils/rector/tests</directory>
</testsuite>
</testsuites>
</phpunit>