File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2-
3- <phpunit colors =" true" stopOnFailure =" false" bootstrap =" ../bootstrap.php" >
4- <php >
5- <var name =" driver" value =" Mysqli" />
6- </php >
7- <testsuites >
8- <testsuite name =" SphinxQL Query Builder Test Suite" >
9- <directory suffix =" .php" >../SphinxQL</directory >
10- </testsuite >
11- </testsuites >
12- <filter >
13- <whitelist processUncoveredFilesFromWhitelist =" true" >
14- <directory suffix =" .php" >../../src</directory >
15- <exclude >
16- <directory suffix =" .php" >../../src/Drivers/Pdo</directory >
17- <file >../../src/Drivers/SimpleConnection.php</file >
18- </exclude >
19- </whitelist >
20- </filter >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" colors =" true" stopOnFailure =" false" bootstrap =" ../bootstrap.php" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
3+ <coverage processUncoveredFiles =" true" >
4+ <include >
5+ <directory suffix =" .php" >../../src</directory >
6+ </include >
7+ <exclude >
8+ <directory suffix =" .php" >../../src/Drivers/Pdo</directory >
9+ <file >../../src/Drivers/SimpleConnection.php</file >
10+ </exclude >
11+ </coverage >
12+ <php >
13+ <var name =" driver" value =" Mysqli" />
14+ </php >
15+ <testsuites >
16+ <testsuite name =" SphinxQL Query Builder Test Suite" >
17+ <directory suffix =" .php" >../SphinxQL</directory >
18+ </testsuite >
19+ </testsuites >
2120</phpunit >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2-
3- <phpunit colors =" true" stopOnFailure =" false" bootstrap =" ../bootstrap.php" >
4- <php >
5- <var name =" driver" value =" Pdo" />
6- </php >
7- <testsuites >
8- <testsuite name =" SphinxQL Query Builder Test Suite" >
9- <directory suffix =" .php" >../SphinxQL</directory >
10- </testsuite >
11- </testsuites >
12- <filter >
13- <whitelist processUncoveredFilesFromWhitelist =" true" >
14- <directory suffix =" .php" >../../src</directory >
15- <exclude >
16- <directory suffix =" .php" >../../src/Drivers/Mysqli</directory >
17- <file >../../src/Drivers/SimpleConnection.php</file >
18- </exclude >
19- </whitelist >
20- </filter >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" colors =" true" stopOnFailure =" false" bootstrap =" ../bootstrap.php" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
3+ <coverage processUncoveredFiles =" true" >
4+ <include >
5+ <directory suffix =" .php" >../../src</directory >
6+ </include >
7+ <exclude >
8+ <directory suffix =" .php" >../../src/Drivers/Mysqli</directory >
9+ <file >../../src/Drivers/SimpleConnection.php</file >
10+ </exclude >
11+ </coverage >
12+ <php >
13+ <var name =" driver" value =" Pdo" />
14+ </php >
15+ <testsuites >
16+ <testsuite name =" SphinxQL Query Builder Test Suite" >
17+ <directory suffix =" .php" >../SphinxQL</directory >
18+ </testsuite >
19+ </testsuites >
2120</phpunit >
You can’t perform that action at this time.
0 commit comments