Skip to content

Commit 1fbcb0f

Browse files
committed
Issue #177: removed tests related to template versioning
1 parent 477b877 commit 1fbcb0f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/test/java/io/swagger/codegen/v3/generators/php/PhpClientCodegenTest.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,4 @@ public void testPutTemplateDirProperty() throws Exception {
7676
Assert.assertEquals(codegen.templateDir(), "/absolute/path");
7777
Assert.assertEquals(codegen.embeddedTemplateDir(), "handlebars/php");
7878
}
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-
}
9179
}

0 commit comments

Comments
 (0)