diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e7e85664..f89898b5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -29,6 +29,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
coverage: xdebug
+ ini-file: development
- run: composer install
- run: vendor/bin/phpunit --coverage-text --coverage-clover=clover.xml
if: ${{ matrix.php >= 7.3 }}
diff --git a/composer.json b/composer.json
index 93c80576..01a4b859 100644
--- a/composer.json
+++ b/composer.json
@@ -19,9 +19,13 @@
"react/event-loop": "^1.2"
},
"autoload": {
- "psr-4": { "Clue\\React\\NDJson\\": "src/" }
+ "psr-4": {
+ "Clue\\React\\NDJson\\": "src/"
+ }
},
"autoload-dev": {
- "psr-4": { "Clue\\Tests\\React\\NDJson\\": "tests/" }
+ "psr-4": {
+ "Clue\\Tests\\React\\NDJson\\": "tests/"
+ }
}
}
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 5765f10c..106750f1 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -19,5 +19,10 @@
+
+
+
+
+
diff --git a/phpunit.xml.legacy b/phpunit.xml.legacy
index 3943ea61..c2517061 100644
--- a/phpunit.xml.legacy
+++ b/phpunit.xml.legacy
@@ -1,6 +1,6 @@
-
+
./src/
+
+
+
+
+
+
+
+