mirror of
https://github.com/friendica/friendica
synced 2025-04-22 13:50:12 +00:00
spelling: nonexistent
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
8fe548d8e1
commit
3b173f2007
6 changed files with 6 additions and 6 deletions
|
@ -346,7 +346,7 @@ class ConfigTest extends DatabaseTest
|
|||
// without refresh
|
||||
self::assertNull($this->testedConfig->get('test', 'it'));
|
||||
|
||||
/// beware that the cache returns '!<unset>!' and not null for a non existing value
|
||||
/// beware that the cache returns '!<unset>!' and not null for a nonexistent value
|
||||
self::assertNull($this->testedConfig->getCache()->get('test', 'it'));
|
||||
|
||||
// with default value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue