gossi\codegen\tests\model\MethodTest::testReplaceNonExistentParameterByIndex PHP Method

testReplaceNonExistentParameterByIndex() public method

    public function testReplaceNonExistentParameterByIndex()
    {
        $method = new PhpMethod('doink');
        $method->replaceParameter(5, new PhpParameter());
    }