Skip to content

Commit 0a9e340

Browse files
authored
Update phpunit.xml
1 parent 77b41b0 commit 0a9e340

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

phpunit.xml

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
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>

0 commit comments

Comments
 (0)