ServerErrorResponseTest.php 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?php
  2. /**
  3. * ServerErrorResponseTest
  4. *
  5. * PHP version 5
  6. *
  7. * @category Class
  8. * @package Billingo\Client
  9. * @author Swagger Codegen team
  10. * @link https://github.com/swagger-api/swagger-codegen
  11. */
  12. /**
  13. * Billingo API v3
  14. *
  15. * This is a Billingo API v3 documentation. Our API based on REST software architectural style. API has resource-oriented URLs, accepts JSON-encoded request bodies and returns JSON-encoded responses. To use this API you have to generate a new API key on our [site](https://app.billingo.hu/api-key). After that, you can test your API key on this page.
  16. *
  17. * OpenAPI spec version: 3.0.10
  18. * Contact: hello@billingo.hu
  19. * Generated by: https://github.com/swagger-api/swagger-codegen.git
  20. * Swagger Codegen version: 3.0.23
  21. */
  22. /**
  23. * NOTE: This class is auto generated by the swagger code generator program.
  24. * https://github.com/swagger-api/swagger-codegen
  25. * Please update the test case below to test the model.
  26. */
  27. namespace Billingo\Client;
  28. /**
  29. * ServerErrorResponseTest Class Doc Comment
  30. *
  31. * @category Class
  32. * @description ServerErrorResponse
  33. * @package Billingo\Client
  34. * @author Swagger Codegen team
  35. * @link https://github.com/swagger-api/swagger-codegen
  36. */
  37. class ServerErrorResponseTest extends \PHPUnit_Framework_TestCase
  38. {
  39. /**
  40. * Setup before running any test case
  41. */
  42. public static function setUpBeforeClass()
  43. {
  44. }
  45. /**
  46. * Setup before running each test case
  47. */
  48. public function setUp()
  49. {
  50. }
  51. /**
  52. * Clean up after running each test case
  53. */
  54. public function tearDown()
  55. {
  56. }
  57. /**
  58. * Clean up after running all test cases
  59. */
  60. public static function tearDownAfterClass()
  61. {
  62. }
  63. /**
  64. * Test "ServerErrorResponse"
  65. */
  66. public function testServerErrorResponse()
  67. {
  68. }
  69. /**
  70. * Test attribute "error"
  71. */
  72. public function testPropertyError()
  73. {
  74. }
  75. }