Skip to content

Commit d12202e

Browse files
committed
bump laravel to latest
1 parent 44277ca commit d12202e

File tree

2 files changed

+16
-26
lines changed

2 files changed

+16
-26
lines changed

phpunit.github.xml

+8-13
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
bootstrap="vendor/autoload.php"
4-
colors="true"
5-
processIsolation="false"
6-
stopOnFailure="false"
7-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
8-
cacheDirectory=".phpunit.cache"
9-
>
10-
<coverage>
11-
<include>
12-
<directory suffix=".php">./src</directory>
13-
</include>
14-
</coverage>
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" colors="true"
3+
processIsolation="false" stopOnFailure="false"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.5/phpunit.xsd" cacheDirectory=".phpunit.cache">
155
<testsuites>
166
<testsuite name="Test suite">
177
<directory suffix="Test.php">./tests</directory>
188
</testsuite>
199
</testsuites>
10+
<source>
11+
<include>
12+
<directory suffix=".php">./src</directory>
13+
</include>
14+
</source>
2015
</phpunit>

phpunit.xml.dist

+8-13
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
bootstrap="vendor/autoload.php"
4-
colors="true"
5-
processIsolation="false"
6-
stopOnFailure="false"
7-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
8-
cacheDirectory=".phpunit.cache"
9-
>
10-
<coverage>
11-
<include>
12-
<directory suffix=".php">./src</directory>
13-
</include>
14-
</coverage>
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" colors="true"
3+
processIsolation="false" stopOnFailure="false"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.5/phpunit.xsd" cacheDirectory=".phpunit.cache">
155
<testsuites>
166
<testsuite name="Test suite">
177
<directory suffix="Test.php">./tests</directory>
188
</testsuite>
199
</testsuites>
10+
<source>
11+
<include>
12+
<directory suffix=".php">./src</directory>
13+
</include>
14+
</source>
2015
</phpunit>

0 commit comments

Comments
 (0)