From 336838ecb40db4aca6c2298a673cc787d2c24b69 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Thu, 6 Jun 2024 11:36:55 -0400 Subject: Laravel: update to laravel 10 --- laravel/phpunit.xml | 53 ++++++++++++++++++++++------------------------------- 1 file changed, 22 insertions(+), 31 deletions(-) (limited to 'laravel/phpunit.xml') diff --git a/laravel/phpunit.xml b/laravel/phpunit.xml index 9566b67..c8529bf 100644 --- a/laravel/phpunit.xml +++ b/laravel/phpunit.xml @@ -1,33 +1,24 @@ - - - - ./tests/Unit - - - - ./tests/Feature - - - - - ./app - - - - - - - - - - + + + + ./tests/Unit + + + ./tests/Feature + + + + + + + + + + + + + ./app + + -- cgit 1.4.1