File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
src/Barryvdh/Reflection/DocBlock Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2-
3- <phpunit colors =" true" strict =" true" bootstrap =" vendor/autoload.php" >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" colors =" true" bootstrap =" vendor/autoload.php" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
3+ <coverage >
4+ <include >
5+ <directory suffix =" .php" >./src/</directory >
6+ </include >
7+ </coverage >
48 <testsuites >
59 <testsuite name =" phpDocumentor\Reflection\DocBlock" >
610 <directory >./tests/</directory >
711 </testsuite >
812 </testsuites >
9- <filter >
10- <whitelist >
11- <directory suffix =" .php" >./src/</directory >
12- </whitelist >
13- </filter >
1413</phpunit >
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ public function getParsedContents()
109109 )
110110 \}/Sux ' ,
111111 $ this ->contents ,
112- null ,
112+ - 1 ,
113113 PREG_SPLIT_DELIM_CAPTURE
114114 );
115115
You can’t perform that action at this time.
0 commit comments