Crud\Test\TestCase\Action\Bulk\DeleteActionTest::allHttpMethodProvider PHP Method

allHttpMethodProvider() public method

Data provider with all HTTP verbs
public allHttpMethodProvider ( ) : array
return array
    public function allHttpMethodProvider()
    {
        return [['post'], ['put']];
    }