Something went wrong. Try again.
A large plugin that adds lightweight DAM interface to Piwigo
Something went wrong. Try again.
piwigo-dam-workspace phpunit.xml
692 B · 15 lines
at main
12345678910111213141516<?xml version="1.0" encoding="UTF-8"?><phpunit bootstrap="vendor/autoload.php" colors="true"> <testsuites> <testsuite name="Unit"><directory suffix="Test.php">tests/Unit</directory></testsuite> <testsuite name="ContractPiwigo"><directory suffix="Test.php">tests/Contract</directory></testsuite> <testsuite name="Architecture"><directory suffix="Test.php">tests/Architecture</directory></testsuite> <testsuite name="DAM Workspace"><directory suffix="Test.php">tests</directory></testsuite> </testsuites> <coverage branchCoverage="true"/> <source> <include> <directory suffix=".php">plugins/dam-workspace/src</directory> </include> </source></phpunit>