[7.x] Normalize Style

See: https://github.com/laravel/framework/blob/7.x/phpunit.xml.dist#L14
This commit is contained in:
Musa 2020-04-14 11:56:29 +03:00 committed by GitHub
parent 5f9ee30e37
commit 0d23e5f761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,8 @@
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="vendor/autoload.php"
colors="true">
colors="true"
>
<testsuites>
<testsuite name="Unit">
<directory suffix="Test.php">./tests/Unit</directory>