diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a00cd33..bab92bb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -58,8 +58,5 @@ jobs: - name: Code Quality (by PHPStan) run: ./vendor/bin/phpstan analyse - - name: PHPUnit Unit Tests + - name: PHPUnit Tests run: ./vendor/bin/phpunit --testdox - - - name: PHPUnit Functional Tests - run: ./vendor/bin/phpunit -c Tests/Functional/phpunit.xml.dist --testdox diff --git a/Tests/Functional/phpunit.xml.dist b/Tests/Functional/phpunit.xml.dist deleted file mode 100644 index 444932f..0000000 --- a/Tests/Functional/phpunit.xml.dist +++ /dev/null @@ -1,32 +0,0 @@ - - - - - . - - - - - - ../../Classes/Command - ../../Classes/Dashboard - - - - - - - diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 32764a1..459c34e 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,9 +1,10 @@ - + Tests/Unit/ + + Tests/Functional/ + - Classes/Domain - Classes/Middleware + Classes + + + +