File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd" bootstrap =" vendor/autoload.php" colors =" true" cacheDirectory =" .phpunit.cache" >
2+ <phpunit
3+ xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi:noNamespaceSchemaLocation=" https://schema.phpunit.de/10.5/phpunit.xsd"
5+ bootstrap=" vendor/autoload.php"
6+ colors=" true"
7+ cacheDirectory=" .phpunit.cache"
8+ displayDetailsOnTestsThatTriggerDeprecations=" true"
9+ displayDetailsOnTestsThatTriggerErrors=" true"
10+ displayDetailsOnTestsThatTriggerNotices=" true"
11+ displayDetailsOnTestsThatTriggerWarnings=" true"
12+ >
313 <source >
414 <include >
515 <directory >./src</directory >
You can’t perform that action at this time.
0 commit comments