spelling: override

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-22 00:07:57 -04:00
parent 0b452bcc63
commit 6206c7d2e1
1 changed files with 1 additions and 1 deletions

View 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'));