PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 2.2.0
Visualizer – Tables & Charts Manager with Built-in AI Generator v2.2.0
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 All 149 releases
visualizer / vendor / phpoffice / phpexcel / unitTests / phpunit-cc.xml

phpunit-cc.xml in Visualizer – Tables & Charts Manager with Built-in AI Generator 2.2.0, at vendor/phpoffice/phpexcel/unitTests/phpunit-cc.xml

41 lines 1.5 KB
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 bootstrap="./bootstrap.php"
3 backupGlobals="true"
4 colors="true"
5 convertErrorsToExceptions="true"
6 convertNoticesToExceptions="true"
7 convertWarningsToExceptions="true"
8 processIsolation="false"
9 syntaxCheck="true"
10 verbose="true"
11 strict="true"
12 stopOnError="false"
13 stopOnFailure="false"
14 stopOnIncomplete="false"
15 stopOnSkipped="false">
16 <php>
17 <ini name="memory_limit" value="2048M"/>
18 </php>
19 <testsuite name="PHPExcel Unit Test Suite">
20 <directory suffix="Test.php">./Classes</directory>
21 </testsuite>
22 <filter>
23 <whitelist>
24 <directory suffix=".php">../Classes</directory>
25 <exclude>
26 <directory>../Classes/PHPExcel/Shared/PCLZip</directory>
27 <directory>../Classes/PHPExcel/Shared/JAMA</directory>
28 <directory>../Classes/PHPExcel/Writer/PDF</directory>
29 </exclude>
30 </whitelist>
31 </filter>
32 <logging>
33 <log type="coverage-html" target="./codeCoverage" charset="UTF-8"
34 yui="true" highlight="false"
35 lowUpperBound="35" highLowerBound="70"/>
36 <log type="coverage-clover" target="./codeCoverage/codeCoverage.xml"/>
37 <log type="metrics-xml" target="./metrics/metrics.xml"/>
38 <log type="test-xml" target="./testResults/logfile.xml" logIncompleteSkipped="false"/>
39 </logging>
40 </phpunit>
41