File tree Expand file tree Collapse file tree 1 file changed +12
-22
lines changed Expand file tree Collapse file tree 1 file changed +12
-22
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit backupGlobals =" false"
3- backupStaticAttributes =" false"
4- colors =" true"
5- convertErrorsToExceptions =" true"
6- convertNoticesToExceptions =" true"
7- convertWarningsToExceptions =" true"
8- processIsolation =" false"
9- stopOnError =" false"
10- stopOnFailure =" false"
11- verbose =" true"
12- >
13- <testsuites >
14- <testsuite name =" Barcode Test Suite" >
15- <directory >./tests/</directory >
16- </testsuite >
17- </testsuites >
18- <filter >
19- <whitelist >
20- <directory >./src</directory >
21- </whitelist >
22- </filter >
23- </phpunit >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" backupStaticAttributes =" false" colors =" true" convertErrorsToExceptions =" true" convertNoticesToExceptions =" true" convertWarningsToExceptions =" true" processIsolation =" false" stopOnError =" false" stopOnFailure =" false" verbose =" true" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
3+ <coverage >
4+ <include >
5+ <directory >./src</directory >
6+ </include >
7+ </coverage >
8+ <testsuites >
9+ <testsuite name =" Barcode Test Suite" >
10+ <directory >./tests/</directory >
11+ </testsuite >
12+ </testsuites >
13+ </phpunit >
You can’t perform that action at this time.
0 commit comments