eZ\Publish\Core\Persistence\Legacy\Tests\Content\Language\CacheTest::testGetAll PHP Method

testGetAll() public method

public testGetAll ( )
    public function testGetAll()
    {
        $cache = $this->getCache();
        $languageFixture = $this->getLanguageFixture();
        $cache->store($languageFixture);
        $this->assertSame(array($languageFixture->languageCode => $languageFixture), $cache->getAll());
    }