Respect\Rest\RouterTest::provideForStaticRoutableValues PHP Method

provideForStaticRoutableValues() public method

    public function provideForStaticRoutableValues()
    {
        return array(array('Some Static Value', 'Strings should be possible to route statically'), array(array('Some', 'Other', 'Routable', 'Value'), 'Arrays should be possible to route statically'), array(10, 'Integers and scalars should be possible to route statically'));
    }