diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a725465 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +vendor/ \ No newline at end of file diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 4c55dc2..b8f6613 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,5 +1,5 @@ - + tests/Test.php diff --git a/tests/Test.php b/tests/Test.php index 1aa2404..5171d84 100644 --- a/tests/Test.php +++ b/tests/Test.php @@ -1,7 +1,5 @@