diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e7e8566..f89898b 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 93c8057..01a4b85 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 5765f10..106750f 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -19,5 +19,10 @@
+
+
+
+
+
diff --git a/phpunit.xml.legacy b/phpunit.xml.legacy
index 3943ea6..c251706 100644
--- a/phpunit.xml.legacy
+++ b/phpunit.xml.legacy
@@ -1,6 +1,6 @@
-
+
./src/
+
+
+
+
+
+
+
+