diff --git a/samples/client/petstore-security-test/php/SwaggerClient-php/pom.xml b/samples/client/petstore-security-test/php/SwaggerClient-php/pom.xml new file mode 100644 index 00000000000..dabc9259c50 --- /dev/null +++ b/samples/client/petstore-security-test/php/SwaggerClient-php/pom.xml @@ -0,0 +1,59 @@ + + 4.0.0 + com.wordnik + PhpPetstoreClientSecurityTests + pom + 1.0-SNAPSHOT + PHP Swagger Petstore Security Client + + + + maven-dependency-plugin + + + package + + copy-dependencies + + + ${project.build.directory} + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + + bundle-install + pre-integration-test + + exec + + + composer + + install + + + + + bundle-test + integration-test + + exec + + + vendor/bin/phpunit + + test + + + + + + + +