diff --git a/composer.json b/composer.json index b1e983612..4917e6dc0 100644 --- a/composer.json +++ b/composer.json @@ -31,5 +31,10 @@ "psr-4": { "SqlParser\\": "src" } + }, + "autoload-dev": { + "psr-4": { + "SqlParser\\Tests\\": "tests" + } } } diff --git a/phpunit.xml b/phpunit.xml index f3076227d..ac6932618 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,7 +1,7 @@