diff --git a/web/app/phpunit.xml.dist b/web/app/phpunit.xml.dist new file mode 100644 index 0000000..184dd34 --- /dev/null +++ b/web/app/phpunit.xml.dist @@ -0,0 +1,27 @@ + + + + + + + ./test/ + + + + + + ./src + + ./vendor + + + + + + + + + \ No newline at end of file diff --git a/web/app/src/Foo.php b/web/app/src/Foo.php new file mode 100644 index 0000000..f94d679 --- /dev/null +++ b/web/app/src/Foo.php @@ -0,0 +1,11 @@ +assertEquals($foo->getName(), 'Nginx PHP MySQL'); + } +} diff --git a/web/app/test/bootstrap.php b/web/app/test/bootstrap.php new file mode 100644 index 0000000..5106c0e --- /dev/null +++ b/web/app/test/bootstrap.php @@ -0,0 +1,8 @@ +