File tree Expand file tree Collapse file tree 1 file changed +19
-12
lines changed
Expand file tree Collapse file tree 1 file changed +19
-12
lines changed Original file line number Diff line number Diff line change 1- <phpunit bootstrap =" src/autoload.php" >
1+ <phpunit colors =" true" verbose =" true"
2+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : noNamespaceSchemaLocation =" vendor/phpunit/phpunit/phpunit.xsd"
4+ convertNoticesToExceptions =" true"
5+ convertWarningsToExceptions =" true"
6+ convertErrorsToExceptions =" true"
7+ convertDeprecationsToExceptions =" true"
8+ bootstrap =" src/autoload.php"
9+ >
210 <testsuites >
3- <testsuite name =" Bolt" >
4- <directory >tests</directory >
11+ <testsuite name =" Database" >
12+ <directory >./tests/Integration</directory >
13+ <file >./tests/BoltTest.php</file >
14+ </testsuite >
15+ <testsuite name =" NoDatabase" >
16+ <directory >./tests/error</directory >
17+ <directory >./tests/PackStream</directory >
18+ <directory >./tests/protocol</directory >
519 </testsuite >
620 </testsuites >
721 <php >
822 <var name =" NEO_USER" value =" neo4j" />
923 <var name =" NEO_PASS" value =" nothing" />
1024 </php >
11- <filter >
12- <whitelist >
13- <directory suffix =" .php" >src/connection</directory >
14- <directory suffix =" .php" >src/PackStream</directory >
15- <directory suffix =" .php" >src/protocol</directory >
16- <directory suffix =" .php" >src/helpers</directory >
17- <file >src/Bolt.php</file >
18- </whitelist >
19- </filter >
2025</phpunit >
26+
27+
You can’t perform that action at this time.
0 commit comments