PluginProbe
Mailchimp List Subscribe Form / 1.5.3
Mailchimp List Subscribe Form v1.5.3
1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 All 55 releases
mailchimp / phpunit.xml.dist

phpunit.xml.dist in Mailchimp List Subscribe Form 1.5.3, at phpunit.xml.dist

15 lines 321 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <phpunit
2 bootstrap="tests/bootstrap.php"
3 backupGlobals="false"
4 colors="true"
5 convertErrorsToExceptions="true"
6 convertNoticesToExceptions="true"
7 convertWarningsToExceptions="true"
8 >
9 <testsuites>
10 <testsuite>
11 <directory prefix="test-" suffix=".php">./tests/</directory>
12 </testsuite>
13 </testsuites>
14 </phpunit>
15