File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <phpunit bootstrap =" ./vendor/autoload.php" colors =" true" >
2+ <phpunit
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ bootstrap =" ./vendor/autoload.php"
5+ colors =" true"
6+ xsi : noNamespaceSchemaLocation =" ./vendor/phpunit/phpunit/phpunit.xsd" >
7+ <coverage processUncoveredFiles =" true" >
8+ <include >
9+ <directory suffix =" .php" >./src</directory >
10+ </include >
11+ </coverage >
12+
313 <testsuites >
414 <testsuite name =" LaminasApiTools\Admin Module Tests" >
515 <directory >./test</directory >
616 </testsuite >
717 </testsuites >
818
9- <filter >
10- <whitelist processUncoveredFilesFromWhitelist =" true" >
11- <directory suffix =" .php" >./src</directory >
12- </whitelist >
13- </filter >
14-
1519 <php >
1620 <env name =" TESTS_LAMINAS_API_TOOLS_ADMIN_EXTMONGODB_CONNECTSTRING" value =" mongodb://mongo" />
1721 <env name =" TESTS_LAMINAS_API_TOOLS_ADMIN_EXTMONGODB_DATABASE" value =" laminas_api-tools_admin_server_test" />
You can’t perform that action at this time.
0 commit comments