Skip to content

Commit e0a0a15

Browse files
committed
Fix phpunit config name
1 parent b50abdf commit e0a0a15

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ composer.lock
44
script/*
55

66
# Testing
7-
/phpunit.xml
87
/build
98
/test/reports
109
.env
1110
.idea
1211
/.php_cs
13-
/.php_cs.cache
14-
/.phpunit.result.cache
12+
*.cache

phpunit.xml.dist renamed to phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" backupGlobals="true" colors="true" processIsolation="false" bootstrap="vendor/autoload.php" cacheDirectory=".phpunit.cache" backupStaticProperties="true" requireCoverageMetadata="false">
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" backupGlobals="true" colors="true" bootstrap="vendor/autoload.php" cacheDirectory=".phpunit.cache" backupStaticProperties="true" requireCoverageMetadata="false">
33
<coverage>
44
<report>
55
<clover outputFile="build/logs/clover.xml"/>

0 commit comments

Comments
 (0)