forked from OpenAPITools/openapi-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set error_reporting(E_ALL) in phpunit.xml settings, to crash on undef…
…ined variables (OpenAPITools#3266) * Set error_reporting(E_ALL) in phpunit.xml settings, so that undefined variables will always cause a test failure * Update petstore sample for php-laravel
- Loading branch information
1 parent
fa10103
commit 78551d0
Showing
31 changed files
with
205 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
4.0.0-SNAPSHOT | ||
4.0.3-SNAPSHOT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
samples/server/petstore/php-laravel/lib/app/Models/AdditionalPropertiesAnyType.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
/** | ||
* AdditionalPropertiesAnyType | ||
*/ | ||
namespace app\Models; | ||
|
||
/** | ||
* AdditionalPropertiesAnyType | ||
*/ | ||
class AdditionalPropertiesAnyType { | ||
|
||
/** @var string $name */ | ||
private $name; | ||
|
||
} |
15 changes: 15 additions & 0 deletions
15
samples/server/petstore/php-laravel/lib/app/Models/AdditionalPropertiesArray.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
/** | ||
* AdditionalPropertiesArray | ||
*/ | ||
namespace app\Models; | ||
|
||
/** | ||
* AdditionalPropertiesArray | ||
*/ | ||
class AdditionalPropertiesArray { | ||
|
||
/** @var string $name */ | ||
private $name; | ||
|
||
} |
15 changes: 15 additions & 0 deletions
15
samples/server/petstore/php-laravel/lib/app/Models/AdditionalPropertiesBoolean.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
/** | ||
* AdditionalPropertiesBoolean | ||
*/ | ||
namespace app\Models; | ||
|
||
/** | ||
* AdditionalPropertiesBoolean | ||
*/ | ||
class AdditionalPropertiesBoolean { | ||
|
||
/** @var string $name */ | ||
private $name; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
samples/server/petstore/php-laravel/lib/app/Models/AdditionalPropertiesInteger.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
/** | ||
* AdditionalPropertiesInteger | ||
*/ | ||
namespace app\Models; | ||
|
||
/** | ||
* AdditionalPropertiesInteger | ||
*/ | ||
class AdditionalPropertiesInteger { | ||
|
||
/** @var string $name */ | ||
private $name; | ||
|
||
} |
15 changes: 15 additions & 0 deletions
15
samples/server/petstore/php-laravel/lib/app/Models/AdditionalPropertiesNumber.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
/** | ||
* AdditionalPropertiesNumber | ||
*/ | ||
namespace app\Models; | ||
|
||
/** | ||
* AdditionalPropertiesNumber | ||
*/ | ||
class AdditionalPropertiesNumber { | ||
|
||
/** @var string $name */ | ||
private $name; | ||
|
||
} |
15 changes: 15 additions & 0 deletions
15
samples/server/petstore/php-laravel/lib/app/Models/AdditionalPropertiesObject.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
/** | ||
* AdditionalPropertiesObject | ||
*/ | ||
namespace app\Models; | ||
|
||
/** | ||
* AdditionalPropertiesObject | ||
*/ | ||
class AdditionalPropertiesObject { | ||
|
||
/** @var string $name */ | ||
private $name; | ||
|
||
} |
15 changes: 15 additions & 0 deletions
15
samples/server/petstore/php-laravel/lib/app/Models/AdditionalPropertiesString.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
/** | ||
* AdditionalPropertiesString | ||
*/ | ||
namespace app\Models; | ||
|
||
/** | ||
* AdditionalPropertiesString | ||
*/ | ||
class AdditionalPropertiesString { | ||
|
||
/** @var string $name */ | ||
private $name; | ||
|
||
} |
15 changes: 15 additions & 0 deletions
15
samples/server/petstore/php-laravel/lib/app/Models/CatAllOf.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
/** | ||
* CatAllOf | ||
*/ | ||
namespace app\Models; | ||
|
||
/** | ||
* CatAllOf | ||
*/ | ||
class CatAllOf { | ||
|
||
/** @var bool $declawed */ | ||
private $declawed; | ||
|
||
} |
15 changes: 15 additions & 0 deletions
15
samples/server/petstore/php-laravel/lib/app/Models/DogAllOf.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
/** | ||
* DogAllOf | ||
*/ | ||
namespace app\Models; | ||
|
||
/** | ||
* DogAllOf | ||
*/ | ||
class DogAllOf { | ||
|
||
/** @var string $breed */ | ||
private $breed; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.