PluginProbe
Media Cloud Sync / 1.4.1
Media Cloud Sync v1.4.1
1.4.1 1.4.0 1.3.12 1.3.11 1.3.10 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.2.0 1.2.10 1.2.11 1.2.12 1.2.13 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 All 35 releases
media-cloud-sync / includes / sdk / google / rize / uri-template / phpunit.xml

phpunit.xml in Media Cloud Sync 1.4.1, at includes/sdk/google/rize/uri-template/phpunit.xml

23 lines 785 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?xml version="1.0" encoding="UTF-8"?>
2 <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
4 bootstrap="vendor/autoload.php"
5 executionOrder="depends,defects"
6 requireCoverageMetadata="false"
7 beStrictAboutCoverageMetadata="false"
8 beStrictAboutOutputDuringTests="true"
9 failOnRisky="true"
10 failOnWarning="true">
11 <testsuites>
12 <testsuite name="default">
13 <directory>tests</directory>
14 </testsuite>
15 </testsuites>
16
17 <source restrictDeprecations="true" restrictNotices="true" restrictWarnings="true">
18 <include>
19 <directory>src</directory>
20 </include>
21 </source>
22 </phpunit>
23