PageRenderTime 49ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/vendor/sendinblue/api-v3-sdk/test/Model/GetChildInfoTest.php

https://gitlab.com/i-have-a-green/digitemis-v3
PHP | 141 lines | 47 code | 18 blank | 76 comment | 0 complexity | f815c19db1d6507809479d8522c68bb6 MD5 | raw file
  1. <?php
  2. /**
  3. * GetChildInfoTest
  4. *
  5. * PHP version 5
  6. *
  7. * @category Class
  8. * @package SendinBlue\Client
  9. * @author Swagger Codegen team
  10. * @link https://github.com/swagger-api/swagger-codegen
  11. */
  12. /**
  13. * SendinBlue API
  14. *
  15. * SendinBlue provide a RESTFul API that can be used with any languages. With this API, you will be able to : - Manage your campaigns and get the statistics - Manage your contacts - Send transactional Emails and SMS - and much more... You can download our wrappers at https://github.com/orgs/sendinblue **Possible responses** | Code | Message | | :-------------: | ------------- | | 200 | OK. Successful Request | | 201 | OK. Successful Creation | | 202 | OK. Request accepted | | 204 | OK. Successful Update/Deletion | | 400 | Error. Bad Request | | 401 | Error. Authentication Needed | | 402 | Error. Not enough credit, plan upgrade needed | | 403 | Error. Permission denied | | 404 | Error. Object does not exist | | 405 | Error. Method not allowed | | 406 | Error. Not Acceptable |
  16. *
  17. * OpenAPI spec version: 3.0.0
  18. * Contact: contact@sendinblue.com
  19. * Generated by: https://github.com/swagger-api/swagger-codegen.git
  20. * Swagger Codegen version: 2.4.12
  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 SendinBlue\Client;
  28. /**
  29. * GetChildInfoTest Class Doc Comment
  30. *
  31. * @category Class
  32. * @description GetChildInfo
  33. * @package SendinBlue\Client
  34. * @author Swagger Codegen team
  35. * @link https://github.com/swagger-api/swagger-codegen
  36. */
  37. class GetChildInfoTest 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 "GetChildInfo"
  65. */
  66. public function testGetChildInfo()
  67. {
  68. }
  69. /**
  70. * Test attribute "email"
  71. */
  72. public function testPropertyEmail()
  73. {
  74. }
  75. /**
  76. * Test attribute "firstName"
  77. */
  78. public function testPropertyFirstName()
  79. {
  80. }
  81. /**
  82. * Test attribute "lastName"
  83. */
  84. public function testPropertyLastName()
  85. {
  86. }
  87. /**
  88. * Test attribute "companyName"
  89. */
  90. public function testPropertyCompanyName()
  91. {
  92. }
  93. /**
  94. * Test attribute "credits"
  95. */
  96. public function testPropertyCredits()
  97. {
  98. }
  99. /**
  100. * Test attribute "statistics"
  101. */
  102. public function testPropertyStatistics()
  103. {
  104. }
  105. /**
  106. * Test attribute "password"
  107. */
  108. public function testPropertyPassword()
  109. {
  110. }
  111. /**
  112. * Test attribute "ips"
  113. */
  114. public function testPropertyIps()
  115. {
  116. }
  117. /**
  118. * Test attribute "apiKeys"
  119. */
  120. public function testPropertyApiKeys()
  121. {
  122. }
  123. }