summaryrefslogtreecommitdiff
path: root/tests/app/Factories
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2024-09-27 11:58:17 +0100
committerGreg Roach <greg@subaqua.co.uk>2024-09-30 21:42:52 +0100
commit73f6d2b56f07f42ca02190f0dfc40653a1e91834 (patch)
tree43c1485b006a303805dbe8a7a078fed2d61e1a4d /tests/app/Factories
parente369eb399dbe9919e60d959c2d817ce7cfc7eff0 (diff)
downloadwebtrees-73f6d2b56f07f42ca02190f0dfc40653a1e91834.tar.gz
webtrees-73f6d2b56f07f42ca02190f0dfc40653a1e91834.tar.bz2
webtrees-73f6d2b56f07f42ca02190f0dfc40653a1e91834.zip
CodeStyle
Diffstat (limited to 'tests/app/Factories')
-rw-r--r--tests/app/Factories/EncodingFactoryTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/app/Factories/EncodingFactoryTest.php b/tests/app/Factories/EncodingFactoryTest.php
index cb987118ff..f1b9b7340e 100644
--- a/tests/app/Factories/EncodingFactoryTest.php
+++ b/tests/app/Factories/EncodingFactoryTest.php
@@ -122,8 +122,6 @@ class EncodingFactoryTest extends TestCase
static::assertCount(13, $encodings);
foreach ($encodings as $key => $value) {
- static::assertIsString($key);
- static::assertIsString($value);
static::assertInstanceOf(EncodingInterface::class, $factory->make($key));
}
}