mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
spelling: override
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
0b452bcc63
commit
6206c7d2e1
1 changed files with 1 additions and 1 deletions
|
@ -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'));
|
||||
|
|
Loading…
Reference in a new issue