File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
src/test/java/io/swagger/codegen/v3/generators/php Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -76,16 +76,4 @@ public void testPutTemplateDirProperty() throws Exception {
76
76
Assert .assertEquals (codegen .templateDir (), "/absolute/path" );
77
77
Assert .assertEquals (codegen .embeddedTemplateDir (), "handlebars/php" );
78
78
}
79
-
80
-
81
- @ Test
82
- public void testPutTemplateDirPropertyWithTemplateVersion () throws Exception {
83
- final PhpClientCodegen codegen = new PhpClientCodegen ();
84
- codegen .additionalProperties ().put (CodegenConstants .TEMPLATE_DIR , "/absolute/path" );
85
- codegen .additionalProperties ().put (CodegenConstants .TEMPLATE_VERSION , "v3" );
86
- codegen .processOpts ();
87
-
88
- Assert .assertEquals (codegen .templateDir (), "/absolute/path" );
89
- Assert .assertEquals (codegen .embeddedTemplateDir (), "v3/php" );
90
- }
91
79
}
You can’t perform that action at this time.
0 commit comments