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- <phpunit
3- xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4- xsi:noNamespaceSchemaLocation=" https://schema.phpunit.de/7.5/phpunit.xsd"
5- bootstrap=" phpunit/bootstrap.php"
6- backupGlobals=" false"
7- colors=" true"
8- convertErrorsToExceptions=" true"
9- convertNoticesToExceptions=" true"
10- convertWarningsToExceptions=" true"
11- >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/7.5/phpunit.xsd" bootstrap =" phpunit/bootstrap.php" backupGlobals =" false" colors =" true" convertErrorsToExceptions =" true" convertNoticesToExceptions =" true" convertWarningsToExceptions =" true" >
123 <testsuites >
134 <testsuite name =" default" >
145 <directory suffix =" .php" >phpunit/tests/</directory >
178
189 <filter >
1910 <whitelist addUncoveredFilesFromWhitelist =" true" processUncoveredFilesFromWhitelist =" false" >
20- <directory >./src/</directory >
11+ <directory >./</directory >
12+ <exclude >
13+ <directory >vendor/</directory >
14+ <directory >node_modules/</directory >
15+ <directory >phpunit/</directory >
16+ <directory >build/</directory >
17+ </exclude >
2118 </whitelist >
2219 </filter >
2320</phpunit >
You can’t perform that action at this time.
0 commit comments