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

testRegister() public method

public testRegister ( )
    public function testRegister()
    {
        $storage = $this->getStorageMock();
        $registry = new StorageRegistry(array('some-type' => $storage));
        $this->assertAttributeSame(array('some-type' => $storage), 'storageMap', $registry);
    }