diff --git a/.gitignore b/.gitignore index 5a47792..ca7fd56 100755 --- a/.gitignore +++ b/.gitignore @@ -85,3 +85,6 @@ vendor/* /faq2_api/ /faq2_example/ /faq2_model/ + +# tests +.phpunit.cache diff --git a/phpunit.xml b/phpunit.xml new file mode 100644 index 0000000..21d3ddc --- /dev/null +++ b/phpunit.xml @@ -0,0 +1,26 @@ + + + + + tests + + + + + + src + + + diff --git a/src/tests/index.php b/tests/index.php similarity index 100% rename from src/tests/index.php rename to tests/index.php