From e425560dbcb322adf27e82fab525e5461b21b015 Mon Sep 17 00:00:00 2001 From: mscherer Date: Wed, 14 Feb 2024 14:46:56 +0100 Subject: [PATCH] Duplicate removal testing. --- tests/TestCase/Illuminator/IlluminatorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestCase/Illuminator/IlluminatorTest.php b/tests/TestCase/Illuminator/IlluminatorTest.php index ec21b98a..e543b80a 100644 --- a/tests/TestCase/Illuminator/IlluminatorTest.php +++ b/tests/TestCase/Illuminator/IlluminatorTest.php @@ -43,7 +43,7 @@ public function testIlluminate() { $path = TEST_FILES; $count = $this->illuminator->illuminate($path, null); - $this->assertSame(10, $count); + $this->assertSame(11, $count); $out = $this->out->output();