From c7283cc24079a2dda7298f2888c676e38eb020ac Mon Sep 17 00:00:00 2001 From: Sabina Talipova Date: Thu, 12 Oct 2023 09:05:11 +1300 Subject: [PATCH] MNT Remove TODO Comments --- tests/ErrorPageFileExtensionTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ErrorPageFileExtensionTest.php b/tests/ErrorPageFileExtensionTest.php index 4480ed1..a41341b 100644 --- a/tests/ErrorPageFileExtensionTest.php +++ b/tests/ErrorPageFileExtensionTest.php @@ -38,7 +38,7 @@ protected function tearDown(): void { Versioned::set_reading_mode($this->versionedMode); TestAssetStore::reset(); - parent::tearDown(); // TODO: Change the autogenerated stub + parent::tearDown(); } public function testErrorPage()