eZ\Bundle\EzPublishCoreBundle\Tests\Imagine\AliasGeneratorTest::supportsValueProvider PHP 메소드

supportsValueProvider() 공개 메소드

    public function supportsValueProvider()
    {
        return array(array($this->getMock('\\eZ\\Publish\\Core\\FieldType\\Value'), false), array(new TextLineValue(), false), array(new ImageValue(), true), array($this->getMock('\\eZ\\Publish\\Core\\FieldType\\Image\\Value'), true));
    }