From 0e59cfb8390e4c6aee29ef73b53a4dc6b7fb581e Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 13 Mar 2024 14:08:56 +0100 Subject: fix code comment --- tests/unit/Lib/ConfigTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/unit/Lib/ConfigTest.php b/tests/unit/Lib/ConfigTest.php index 82b4a28bb..c853cdd87 100644 --- a/tests/unit/Lib/ConfigTest.php +++ b/tests/unit/Lib/ConfigTest.php @@ -52,8 +52,8 @@ class ConfigTest extends Zotlabs\Tests\Unit\UnitTestCase { } /* - * Test that we can retreive old style serialized arrays that were - * serialized with th PHP `serialize()` function. + * Test that we can retreive unserialized arrays which are usually + * returned from the existing config cache. */ public function testGetPHPUnserializedArray(): void { $this->assertEquals( -- cgit v1.2.3