Bundling a ready to use plugin ZIP has been automated into a Gulp task. After executing unit tests and code sniffer, only the relevant files are bundled.
9 lines
241 B
XML
9 lines
241 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<phpunit bootstrap="./vendor/autoload.php">
|
|
<testsuites>
|
|
<testsuite name="Statify Blacklist TestSuite">
|
|
<directory suffix="-test.php">./test/</directory>
|
|
</testsuite>
|
|
</testsuites>
|
|
</phpunit>
|