mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-16 15:54:31 +00:00
* [Slim] Add PHPUnit4 to Composer * [Slim] Configure PHPUnit * [Slim] Add Model and Api test templates * [Slim] Refresh Slim samples
16 lines
164 B
PHP
16 lines
164 B
PHP
<?php
|
|
/**
|
|
* File
|
|
*/
|
|
namespace OpenAPIServer\Model;
|
|
|
|
/**
|
|
* File
|
|
*/
|
|
class File {
|
|
|
|
/** @var string $sourceURI Test capitalization*/
|
|
private $sourceURI;
|
|
|
|
}
|