eZ\Bundle\EzPublishCoreBundle\Tests\Imagine\AliasGeneratorTest::testGetVariationWrongValue PHP Метод

testGetVariationWrongValue() публичный Метод

    public function testGetVariationWrongValue()
    {
        $field = new Field(array('value' => $this->getMock('eZ\\Publish\\Core\\FieldType\\Value')));
        $this->aliasGenerator->getVariation($field, new VersionInfo(), 'foo');
    }