Respect\Rest\RouterTest::provideForNonStaticRoutableValues PHP Метод

provideForNonStaticRoutableValues() публичный Метод

    public function provideForNonStaticRoutableValues()
    {
        return array(array('PDO', 'Strings that are class names should NOT be possible to route statically'), array('Traversable', 'Strings that are interface names should NOT be possible to route statically'));
    }