| Current Path : /home/rtorresani/www/vendor/magento/magento-coding-standard/ |
| Current File : //home/rtorresani/www/vendor/magento/magento-coding-standard/phpunit.xml.dist |
<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="true" beStrictAboutTestsThatDoNotTestAnything="false" bootstrap="phpunit-bootstrap.php">
<testsuites>
<testsuite name="PHP_CodeSniffer Test Suite">
<file>vendor/squizlabs/php_codesniffer/tests/Standards/AllSniffs.php</file>
</testsuite>
<testsuite name="Rector">
<directory>Magento2/Rector/Tests</directory>
</testsuite>
</testsuites>
<php>
<env name="PHPCS_IGNORE_TESTS" value="Generic,MySource,PEAR,PSR1,PSR2,PSR12,Squiz,Zend"/>
</php>
</phpunit>