diff --git a/composer.json b/composer.json index 268a989..2d22278 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,8 @@ "LanguageServer\\": "src/" }, "files" : [ - "src/utils.php" + "src/utils.php", + "src/boostrap.php" ] }, "autoload-dev": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 4e3f6be..ef1befe 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,5 +1,5 @@ - + ./tests diff --git a/src/bootstrap.php b/src/bootstrap.php new file mode 100644 index 0000000..eee6162 --- /dev/null +++ b/src/bootstrap.php @@ -0,0 +1,5 @@ +