eZ\Publish\Core\FieldType\Tests\FieldTypeTest::provideInvalidInputForAcceptValue PHP Метод

provideInvalidInputForAcceptValue() абстрактный публичный Метод

Returns an array of data provider sets with 2 arguments: 1. The invalid input to acceptValue(), 2. The expected exception type as a string. For example: return array( array( new \stdClass(), 'eZ\\Publish\\Core\\Base\\Exceptions\\InvalidArgumentException', ), array( array(), 'eZ\\Publish\\Core\\Base\\Exceptions\\InvalidArgumentException', ), ... );
abstract public provideInvalidInputForAcceptValue ( ) : array
Результат array
    public abstract function provideInvalidInputForAcceptValue();