summaryrefslogtreecommitdiff
path: root/tests/app/Census
diff options
context:
space:
mode:
Diffstat (limited to 'tests/app/Census')
-rw-r--r--tests/app/Census/CensusColumnGivenNamesTest.php1
-rw-r--r--tests/app/Census/CensusColumnSurnameTest.php1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/app/Census/CensusColumnGivenNamesTest.php b/tests/app/Census/CensusColumnGivenNamesTest.php
index 08db8f051b..d2dbb4a833 100644
--- a/tests/app/Census/CensusColumnGivenNamesTest.php
+++ b/tests/app/Census/CensusColumnGivenNamesTest.php
@@ -18,7 +18,6 @@ declare(strict_types=1);
namespace Fisharebest\Webtrees\Census;
use Fisharebest\Webtrees\Individual;
-use Illuminate\Support\Collection;
use Mockery;
/**
diff --git a/tests/app/Census/CensusColumnSurnameTest.php b/tests/app/Census/CensusColumnSurnameTest.php
index 6f65c36da7..e01210a141 100644
--- a/tests/app/Census/CensusColumnSurnameTest.php
+++ b/tests/app/Census/CensusColumnSurnameTest.php
@@ -18,7 +18,6 @@ declare(strict_types=1);
namespace Fisharebest\Webtrees\Census;
use Fisharebest\Webtrees\Individual;
-use Illuminate\Support\Collection;
use Mockery;
/**