diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2024-09-27 11:58:17 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2024-09-30 21:42:52 +0100 |
| commit | 73f6d2b56f07f42ca02190f0dfc40653a1e91834 (patch) | |
| tree | 43c1485b006a303805dbe8a7a078fed2d61e1a4d /tests/app/Factories | |
| parent | e369eb399dbe9919e60d959c2d817ce7cfc7eff0 (diff) | |
| download | webtrees-73f6d2b56f07f42ca02190f0dfc40653a1e91834.tar.gz webtrees-73f6d2b56f07f42ca02190f0dfc40653a1e91834.tar.bz2 webtrees-73f6d2b56f07f42ca02190f0dfc40653a1e91834.zip | |
CodeStyle
Diffstat (limited to 'tests/app/Factories')
| -rw-r--r-- | tests/app/Factories/EncodingFactoryTest.php | 2 |
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)); } } |
