File tree Expand file tree Collapse file tree 1 file changed +16
-9
lines changed
Expand file tree Collapse file tree 1 file changed +16
-9
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" vendor/autoload.php" backupGlobals =" false" colors =" true" processIsolation =" false" stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
3- <testsuites >
4- <testsuite name =" Library Program Test Suite" >
5- <directory suffix =" .php" >./tests/</directory >
6- </testsuite >
7- </testsuites >
8- <php >
9- <env name =" locale" value =" en" />
10- </php >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ bootstrap =" vendor/autoload.php"
4+ colors =" true"
5+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.4/phpunit.xsd"
6+ >
117 <source >
128 <include >
139 <directory suffix =" .php" >src/</directory >
1410 </include >
1511 </source >
12+ <testsuites >
13+ <testsuite name =" laravel persian validation" >
14+ <directory >tests</directory >
15+ </testsuite >
16+ </testsuites >
17+ <php >
18+ <env name =" CACHE_DRIVER" value =" array" />
19+ <!-- APP_KEY required for Passport client -->
20+ <env name =" APP_KEY" value =" base64:W99w+5JYz8SVGf5sx17gmPR6uoNCtWiEVc+9qu8iGEg=" />
21+ <ini name =" memory_limit" value =" 512M" />
22+ </php >
1623</phpunit >
You can’t perform that action at this time.
0 commit comments