diff --git a/.gitignore b/.gitignore index a41bcb0..29dd278 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ /phpunit.xml /vendor .cache/* +/tests/cache +/tests/coverage diff --git a/phpunit.xml.dist b/phpunit.xml.dist index b719475..d6751ac 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -14,4 +14,17 @@ ./tests/ + + + ./aspire-update.php + ./includes + + + ./includes/autoload.php + + + + + +