From 20cf25e2c120e3e7e5a0111fe664d243cd6b950e Mon Sep 17 00:00:00 2001 From: Curtis Delicata Date: Sat, 17 Dec 2022 13:40:11 +0000 Subject: [PATCH] Remove more tests --- config/cors.php | 5 ++--- phpunit.xml | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/config/cors.php b/config/cors.php index 0232caa1d..dac65fd9b 100644 --- a/config/cors.php +++ b/config/cors.php @@ -24,15 +24,14 @@ 'allowed_methods' => ['*'], 'allowed_origins' => [ - 'http://pusher.com', + 'http://pusher.com', 'https://pusher.com', 'http://localhost:8080', 'http://localhost:3000', 'http://localhost:8000', 'https://familytree365.com', 'https://api.familytree365.com', - 'https://www.familytree365.com', - ], + 'https://www.familytree365.com',], 'allowed_origins_patterns' => [], diff --git a/phpunit.xml b/phpunit.xml index 2700f0b28..3d8c81130 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -39,7 +39,6 @@ ./vendor/laravel-enso/cli/tests - ./vendor/laravel-enso/data-import/tests ./vendor/laravel-enso/documents/tests ./vendor/laravel-enso/files/tests