PluginProbe
GetResponse Forms by Optin Cat / 1.3.4
GetResponse Forms by Optin Cat v1.3.4
1.3.4 1.3.5 1.3.6 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.6.1 1.6.2 1.6.3 1.7.0 1.7.1 1.7.2 1.8.0 1.8.1 2.0.0 All 36 releases
getresponse / includes / classes / Mobile-Detect / tests / phpunit.xml

phpunit.xml in GetResponse Forms by Optin Cat 1.3.4, at includes/classes/Mobile-Detect/tests/phpunit.xml

29 lines 658 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
3 backupGlobals="false"
4 strict="true"
5 colors="false"
6 verbose="true"
7 stopOnFailure="true"
8 stopOnIncomplete="false"
9 bootstrap="bootstrap.php"
10 convertErrorsToExceptions="true"
11 convertNoticesToExceptions="true"
12 convertWarningsToExceptions="true"
13 mapTestClassNameToCoveredClassName="true">
14
15 <php>
16 <ini name="error_reporting" value="-1"/>
17 <ini name="memory_limit" value="1G"/>
18 </php>
19
20 <testsuite name="All Mobile Detect tests">
21 <directory suffix="Test.php">./</directory>
22 </testsuite>
23
24 <listeners>
25 <listener class="JohnKary\PHPUnit\Listener\SpeedTrapListener" />
26 </listeners>
27
28 </phpunit>
29