eZ\Publish\Core\Limitation\Tests\NewObjectStateLimitationTypeTest::providerForTestEvaluateInvalidArgument PHP Method

providerForTestEvaluateInvalidArgument() public method

    public function providerForTestEvaluateInvalidArgument()
    {
        return array(array('limitation' => new ObjectStateLimitation(), 'object' => new ContentInfo(), 'targets' => array(new Location())), array('limitation' => new NewObjectStateLimitation(), 'object' => new ObjectStateLimitation(), 'targets' => array(new Location())), array('limitation' => new NewObjectStateLimitation(), 'object' => new ObjectStateLimitation(), 'targets' => array()));
    }