diff --git a/composer.json b/composer.json index d0d5e4e..53ebcff 100644 --- a/composer.json +++ b/composer.json @@ -14,6 +14,9 @@ "psr-4": { "React\\Promise\\Stream\\" : "src/" }, "files": [ "src/functions_include.php" ] }, + "autoload-dev": { + "psr-4": { "React\\Tests\\Promise\\Stream\\": "tests/" } + }, "require": { "php": ">=5.3", "react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4 || ^0.3", diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 9195bac..f373698 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,6 +1,6 @@ -