diff --git a/.gitignore b/.gitignore index e93df3e..b121f19 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,5 @@ build coverage docs -phpunit.xml psalm.xml vendor diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..0c12bb9 --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,17 @@ + + + + + ./tests + + + + + ./src + + + diff --git a/phpunit.xml.dist b/phpunit.xml.dist deleted file mode 100644 index 7088f94..0000000 --- a/phpunit.xml.dist +++ /dev/null @@ -1,31 +0,0 @@ - - - - - tests - - - - - ./src - - - - - - - - - - -