Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Remove more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
curtisdelicata committed Dec 17, 2022
1 parent 5969757 commit 20cf25e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions config/cors.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [],

Expand Down
1 change: 0 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
</testsuite>
<testsuite name="sync">
<directory suffix="Test.php">./vendor/laravel-enso/cli/tests</directory>
<directory suffix="Test.php">./vendor/laravel-enso/data-import/tests</directory>
<directory suffix="Test.php">./vendor/laravel-enso/documents/tests</directory>
<directory suffix="Test.php">./vendor/laravel-enso/files/tests</directory>
</testsuite>
Expand Down

0 comments on commit 20cf25e

Please sign in to comment.