eZ\Publish\Core\Persistence\Legacy\Tests\Content\StorageRegistryTest::testGetNotFound PHP Method

testGetNotFound() public method

public testGetNotFound ( )
    public function testGetNotFound()
    {
        $registry = new StorageRegistry(array());
        self::assertInstanceOf('eZ\\Publish\\Core\\FieldType\\NullStorage', $registry->getStorage('not-found'));
    }