diff options
author | Mario <mario@mariovavti.com> | 2024-03-13 14:08:56 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-03-13 14:08:56 +0100 |
commit | 0e59cfb8390e4c6aee29ef73b53a4dc6b7fb581e (patch) | |
tree | 47b0229f433e5d434de18b1432f0a2cca33fdbb6 /tests/unit/Lib | |
parent | 328ce0a837f596ef53895e272301aff3c2f7c84e (diff) | |
download | volse-hubzilla-0e59cfb8390e4c6aee29ef73b53a4dc6b7fb581e.tar.gz volse-hubzilla-0e59cfb8390e4c6aee29ef73b53a4dc6b7fb581e.tar.bz2 volse-hubzilla-0e59cfb8390e4c6aee29ef73b53a4dc6b7fb581e.zip |
fix code comment
Diffstat (limited to 'tests/unit/Lib')
-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( |