mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 16:54:08 +01:00
9 lines
494 B
XML
9 lines
494 B
XML
|
<?xml version="1.0"?>
|
||
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="bootstrap.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnError="false" stopOnFailure="false" verbose="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
|
||
|
<testsuites>
|
||
|
<testsuite name="e2e">
|
||
|
<directory>.</directory>
|
||
|
</testsuite>
|
||
|
</testsuites>
|
||
|
</phpunit>
|