mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 03:35:01 +01:00
14 lines
397 B
XML
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>
|