From 92eb8143762e116e8959f6270271fd5540ca50ac Mon Sep 17 00:00:00 2001 From: horus_arch Date: Wed, 7 Feb 2018 18:07:53 +0100 Subject: Adds basic site in laravel. --- site/phpunit.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 site/phpunit.xml (limited to 'site/phpunit.xml') diff --git a/site/phpunit.xml b/site/phpunit.xml new file mode 100644 index 0000000..bb9c4a7 --- /dev/null +++ b/site/phpunit.xml @@ -0,0 +1,31 @@ + + + + + ./tests/Feature + + + + ./tests/Unit + + + + + ./app + + + + + + + + + -- cgit v1.2.3