diff --git a/composer.json b/composer.json index 4dc61e4..d16722b 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ } ], "scripts": { - "test": "phpunit -c ./test/config/config.xml test", + "test": "phpunit -c ./test/config.xml test", "test-debug": "XDEBUG_CONFIG='idekey=ap_session' php ./vendor/bin/phpunit test" }, "repositories": [ @@ -33,6 +33,11 @@ "ActivityPub\\": "src/" } }, + "autoload-dev": { + "psr-4": { + "ActivityPub\\Test\\": "test/" + } + }, "config": { "sort-packages": true } diff --git a/test/ActivityPubTest.php b/test/ActivityPubTest.php index 279cf5e..21450d6 100644 --- a/test/ActivityPubTest.php +++ b/test/ActivityPubTest.php @@ -1,10 +1,9 @@