eZ\Bundle\EzPublishCoreBundle\Tests\Imagine\AliasGeneratorTest::supportsValueProvider PHP Method

supportsValueProvider() public method

    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));
    }