Repository URL to install this package:
|
Version:
1.1.0 ▾
|
crazyfactory/sniffs
/
phpunit.xml
|
|---|
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./tests/bootstrap.php">
<testsuites>
<testsuite name="sniff_tests">
<file>tests/AllSniffs.php</file>
</testsuite>
</testsuites>
</phpunit>