Skip to content

Commit ccaa148

Browse files
committed
[PHPStan] Rename and modernize phpunit.xml.dist
1 parent 83f01a3 commit ccaa148

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

phpunit.xml

Lines changed: 0 additions & 14 deletions
This file was deleted.

phpunit.xml.dist

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:noNamespaceSchemaLocation = "./vendor/phpunit/phpunit/phpunit.xsd"
4+
cacheResultFile="./data/phpunit.result.cache"
5+
colors = "true">
6+
<testsuites>
7+
<testsuite name="Unit">
8+
<directory suffix="Test.php">./tests/</directory>
9+
</testsuite>
10+
</testsuites>
11+
</phpunit>

0 commit comments

Comments
 (0)