Crud\Test\TestCase\Action\ViewActionTest::allHttpMethodProvider PHP Method

allHttpMethodProvider() public method

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