From 77f1076c15fbb8bf826a58cb2d556801a82a81ee Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Wed, 26 Dec 2018 09:52:37 -0500 Subject: - Add laravel site directories --- laravel/phpunit.xml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 laravel/phpunit.xml (limited to 'laravel/phpunit.xml') diff --git a/laravel/phpunit.xml b/laravel/phpunit.xml new file mode 100644 index 0000000..9566b67 --- /dev/null +++ b/laravel/phpunit.xml @@ -0,0 +1,33 @@ + + + + + ./tests/Unit + + + + ./tests/Feature + + + + + ./app + + + + + + + + + + + -- cgit 1.4.1