mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-08 18:56:13 +00:00
add apache 2.0 license to perl api client
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# NOTE: This class is auto generated by the Swagger Codegen
|
||||
# Please update the test case below to test the model.
|
||||
|
||||
use Test::More tests => 2;
|
||||
use Test::Exception;
|
||||
|
||||
use lib 'lib';
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
|
||||
use_ok('WWW::SwaggerClient::Object::AdditionalPropertiesClass');
|
||||
|
||||
my $instance = WWW::SwaggerClient::Object::AdditionalPropertiesClass->new();
|
||||
|
||||
isa_ok($instance, 'WWW::SwaggerClient::Object::AdditionalPropertiesClass');
|
||||
|
||||
Reference in New Issue
Block a user