Jyxo\Spl\ObjectCacheTest::testGetNull PHP Method

testGetNull() public method

Tests loading an object that is not stored actually.
public testGetNull ( )
    public function testGetNull()
    {
        $this->assertNull($this->cache->{self::CACHE_KEY});
        $this->assertNull(ObjectCache::get(self::CACHE_KEY));
    }