]> git.mxchange.org Git - friendica.git/commitdiff
spelling: override
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:07:57 +0000 (00:07 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:14:16 +0000 (16:14 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
tests/src/Core/Config/Cache/CacheTest.php

index c4e536871be2c71b3b5e5bd5df837e4ebd1a2c26..de73763dd74dbeb6a5d9e2b3def24b773ae7079c 100644 (file)
@@ -588,7 +588,7 @@ class CacheTest extends MockedTest
                $cache->load($data, Cache::SOURCE_FILE);
 
                $cache2 = new Cache();
-               $cache2->set('system', 'test', 'overrride');
+               $cache2->set('system', 'test', 'override');
                $cache2->delete('system', 'test');
 
                self::assertEquals('it', $cache->get('system', 'test'));