CurrencyTest.php 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?php
  2. /**
  3. * CurrencyTest
  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. * CurrencyTest Class Doc Comment
  30. *
  31. * @category Class
  32. * @description Currency
  33. * @package Billingo\Client
  34. * @author Swagger Codegen team
  35. * @link https://github.com/swagger-api/swagger-codegen
  36. */
  37. class CurrencyTest 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 "Currency"
  65. */
  66. public function testCurrency()
  67. {
  68. }
  69. }