diff options
-rw-r--r-- | tests/unit/Lib/ConfigTest.php | 4 |
1 files changed, 2 insertions, 2 deletions
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( |