Advertisement
Guest User

Untitled

a guest
Aug 31st, 2015
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 214.02 KB | None | 0 0
  1. ---------------------------------------------------------------
  2.  
  3. Check that new user has first 'yourealive' achievement (SS\Tests\Api\Achievements\AchievementsController\complexAchievementsCest::checkYoureAliveAchievement) Ok
  4. Check that new user has first 'whitebelt' achievement in progress (SS\Tests\Api\Achievements\AchievementsController\complexAchievementsCest::checkWhiteBeltAchievementInProgress) Ok
  5. Create new achievement events for user a (SS\Tests\Api\Achievements\AchievementsController\complexAchievementsCest::createNewAchievementEvents) Ok
  6. Check that new user has 'whitebelt' achievement after new events (SS\Tests\Api\Achievements\AchievementsController\complexAchievementsCest::checkWhiteBeltAchievementAfterEvent) Ok
  7. Trying to check that new user has no WhiteBelt achievement in progress after new events (SS\Tests\Api\Achievements\AchievementsController\complexAchievementsCest::checkNoWhiteBeltAchievementInProgressAfterCheck that new user has no whitebelt achievement in progress after new events (SS\Tests\Api\Achievements\AchievementsController\complexAchievementsCest::checkNoWhiteBeltAchievementInProgressAfterEvent) Ok
  8. Trying to check that achievement are not required icon_asset_id and icon_need_asset_id fields on create (SS\Tests\Api\Achievements\AchievementsController\complexAchievementsCest::checkAchievementAssets1) .Check that achievement are not required icon_asset_id and icon_need_asset_id fields on create (SS\Tests\Api\Achievements\AchievementsController\complexAchievementsCest::checkAchievementAssets1) Ok
  9. Trying to check that achievement are not required icon_asset_id and icon_need_asset_id fields on update (SS\Tests\Api\Achievements\AchievementsController\complexAchievementsCest::checkAchievementAssets2) .Check that achievement are not required icon_asset_id and icon_need_asset_id fields on update (SS\Tests\Api\Achievements\AchievementsController\complexAchievementsCest::checkAchievementAssets2) Ok
  10. Check that achievement can set null icon_asset_id and icon_need_asset_id fields (SS\Tests\Api\Achievements\AchievementsController\complexAchievementsCest::checkAchievementAssets3) Ok
  11. Check that achievement can pass empty object on change (SS\Tests\Api\Achievements\AchievementsController\complexAchievementsCest::checkAchievementAssets4) Ok
  12. Create achievement (SS\Tests\Api\Achievements\AchievementsController\deleteAchievementCest::createAchievement) Ok
  13. Delete achievement by id (SS\Tests\Api\Achievements\AchievementsController\deleteAchievementCest::ok) Ok
  14. Delete achievement by id (as not authenticated user) (SS\Tests\Api\Achievements\AchievementsController\deleteAchievementCest::AuthenticationException) Ok
  15. Delete achievement by id (as not authorized user) (SS\Tests\Api\Achievements\AchievementsController\deleteAchievementCest::ForbiddenExceptionException) Ok
  16. Delete awarded achievement (SS\Tests\Api\Achievements\AchievementsController\deleteAchievementCest::AwardedForbiddenException) Ok
  17. Delete achievement by id, that doest not exist (SS\Tests\Api\Achievements\AchievementsController\deleteAchievementCest::NotFoundException) Ok
  18. Create achievement (SS\Tests\Api\Achievements\AchievementsController\getAchievementCest::createAchievement) Ok
  19. Get achievement by id (SS\Tests\Api\Achievements\AchievementsController\getAchievementCest::ok) Ok
  20. Get achievement (as not authenticated user) (SS\Tests\Api\Achievements\AchievementsController\getAchievementCest::authenticationException) Ok
  21. Get achievement (as not authorized user) (SS\Tests\Api\Achievements\AchievementsController\getAchievementCest::ForbiddenExceptionException) Ok
  22. Get achievement, that doest not exist (SS\Tests\Api\Achievements\AchievementsController\getAchievementCest::NotFoundException) Ok
  23. Get user's achievements (SS\Tests\Api\Achievements\AchievementsController\getUserAchievementsCest::ok) Ok
  24. Get users's achievements (as unauthorized user) (SS\Tests\Api\Achievements\AchievementsController\getUserAchievementsCest::authenticationException) Ok
  25. Get user's achievements progress (SS\Tests\Api\Achievements\AchievementsController\getUserAchievementsProgressCest::ok) Ok
  26. Get user's achievements progress (by unauthorized user) (SS\Tests\Api\Achievements\AchievementsController\getUserAchievementsProgressCest::authenticationException) Ok
  27. Create achievement (SS\Tests\Api\Achievements\AchievementsController\postAchievementCest::ok) Ok
  28. Create achievement (as not authenticated user) (SS\Tests\Api\Achievements\AchievementsController\postAchievementCest::AuthenticationException) Ok
  29. Create achievement (as not authorized user) (SS\Tests\Api\Achievements\AchievementsController\postAchievementCest::ForbiddenExceptionException) Ok
  30. Create achievement, with not valid data (SS\Tests\Api\Achievements\AchievementsController\postAchievementCest::ValidationException) Ok
  31. Update achievement by id (SS\Tests\Api\Achievements\AchievementsController\putAchievementCest::ok) Ok
  32. Update achievement by id (as not authenticated user) (SS\Tests\Api\Achievements\AchievementsController\putAchievementCest::AuthenticationException) Ok
  33. Update achievement by id (as not authorized user) (SS\Tests\Api\Achievements\AchievementsController\putAchievementCest::ForbiddenExceptionException) Ok
  34. Update achievement by id, that not found (SS\Tests\Api\Achievements\AchievementsController\putAchievementCest::NotFoundException) Ok
  35. Update achievement by id, with not valid data (SS\Tests\Api\Achievements\AchievementsController\putAchievementCest::ValidationException) Ok
  36. Delete image asset (as user a) (SS\Tests\Api\Assets\AssetController\deleteAssetCest::okImage) Ok
  37. Delete video asset (as user a) (SS\Tests\Api\Assets\AssetController\deleteAssetCest::okVideo) Ok
  38. Delete image asset for user a (as ordinary user) (SS\Tests\Api\Assets\AssetController\deleteAssetCest::accessExceptionImage) Ok
  39. Delete video asset for user a (as ordinary user) (SS\Tests\Api\Assets\AssetController\deleteAssetCest::accessExceptionVideo) Ok
  40. Delete image asset (as unauthorized user) (SS\Tests\Api\Assets\AssetController\deleteAssetCest::authenticationExceptionImage) Ok
  41. Delete video asset (as unauthorized user) (SS\Tests\Api\Assets\AssetController\deleteAssetCest::authenticationExceptionVideo) Ok
  42. Get assets (as user a) (SS\Tests\Api\Assets\AssetController\indexAssetsCest::ok) Ok
  43. Get assets (as unauthorized user) (SS\Tests\Api\Assets\AssetController\indexAssetsCest::authenticationException) Ok
  44. Post image asset (as normal user) (SS\Tests\Api\Assets\AssetController\postAssetCest::okImage) Ok
  45. Post video asset (as normal user) (SS\Tests\Api\Assets\AssetController\postAssetCest::okVideo) Ok
  46. Test youtube/vimeo protocol parser (positive test) (SS\Tests\Api\Assets\AssetController\postAssetCest::okVideoUrls) Ok
  47. Test youtube/vimeo protocol parser (negative test) (SS\Tests\Api\Assets\AssetController\postAssetCest::noOkVideoUrls) Ok
  48. Post image asset for user a (as admin user) (SS\Tests\Api\Assets\AssetController\postAssetCest::okImageToOtherUser) Ok
  49. Post video asset for user a (as admin user) (SS\Tests\Api\Assets\AssetController\postAssetCest::okVideoToOtherUser) Ok
  50. Post image asset for user a (as ordinary user) (SS\Tests\Api\Assets\AssetController\postAssetCest::accessExceptionImage) Ok
  51. Post video asset for user a (as ordinary user) (SS\Tests\Api\Assets\AssetController\postAssetCest::accessExceptionVideo) Ok
  52. Post image asset (as unauthorized user) (SS\Tests\Api\Assets\AssetController\postAssetCest::authenticationExceptionImage) Ok
  53. Post video asset (as unauthorized user) (SS\Tests\Api\Assets\AssetController\postAssetCest::authenticationExceptionVideo) Ok
  54. Update image asset (as user a) (SS\Tests\Api\Assets\AssetController\putAssetCest::okImage) Ok
  55. Update video asset (as user a) (SS\Tests\Api\Assets\AssetController\putAssetCest::okVideo) Ok
  56. Update image asset for user a (as ordinary user) (SS\Tests\Api\Assets\AssetController\putAssetCest::accessExceptionImage) Ok
  57. Update video asset for user a (as ordinary user) (SS\Tests\Api\Assets\AssetController\putAssetCest::accessExceptionVideo) Ok
  58. Update image asset (as unauthorized user) (SS\Tests\Api\Assets\AssetController\putAssetCest::authenticationExceptionImage) Ok
  59. Update video asset (as unauthorized user) (SS\Tests\Api\Assets\AssetController\putAssetCest::authenticationExceptionVideo) Ok
  60. Ok (SS\Tests\Api\Authenticate\AuthenticateTokenController\loginCest::ok) Ok
  61. Authentication exception (SS\Tests\Api\Authenticate\AuthenticateTokenController\loginCest::authenticationException) Ok
  62. User banned exception (SS\Tests\Api\Authenticate\AuthenticateTokenController\loginCest::userBannedException) Ok
  63. User suspended (SS\Tests\Api\Authenticate\AuthenticateTokenController\loginCest::userSuspended) Ok
  64. Ok (SS\Tests\Api\Authenticate\AuthenticateTokenController\logoutCest::ok) Ok
  65. Authentication exception (SS\Tests\Api\Authenticate\AuthenticateTokenController\logoutCest::authenticationException) Ok
  66. User banned exception (SS\Tests\Api\Authenticate\AuthenticateTokenController\logoutCest::userBannedException) Ok
  67. User suspended (SS\Tests\Api\Authenticate\AuthenticateTokenController\logoutCest::userSuspended) Ok
  68. Save blob (SS\Tests\Api\Blob\BlobController\blobCest::createBlob) Ok
  69. Get blob (SS\Tests\Api\Blob\BlobController\blobCest::getBlob) Ok
  70. Get blob (SS\Tests\Api\Blob\BlobController\blobCest::tryGetBlobUnAuthenticatedUser) Ok
  71. Get blob (SS\Tests\Api\Blob\BlobController\blobCest::tryGetEmptyBlobWithNewTitleId) Ok
  72. Save blob with another titleid (SS\Tests\Api\Blob\BlobController\blobCest::trySaveBlobWithNewTitleId) Ok
  73. Get blob (SS\Tests\Api\Blob\BlobController\blobCest::tryGetBlobWithNewTitleId) Ok
  74. Ok (SS\Tests\Api\Comments\CommentsController\deleteCommentCest::ok) Ok
  75. Access exception (SS\Tests\Api\Comments\CommentsController\deleteCommentCest::accessException) Ok
  76. Not found (SS\Tests\Api\Comments\CommentsController\deleteCommentCest::notFound) Ok
  77. Create new game (SS\Tests\Api\Comments\CommentsController\getByParentCest::createNewGame) Ok
  78. Ok (SS\Tests\Api\Comments\CommentsController\getByParentCest::ok) Ok
  79. Validation exception (SS\Tests\Api\Comments\CommentsController\getByParentCest::validationException) Ok
  80. Ok (SS\Tests\Api\Comments\CommentsController\getCommentCest::ok) Ok
  81. Not found exception (SS\Tests\Api\Comments\CommentsController\getCommentCest::notFoundException) Ok
  82. Ok (SS\Tests\Api\Comments\CommentsController\postCommentCest::ok) Ok
  83. Authentication exception (SS\Tests\Api\Comments\CommentsController\postCommentCest::authenticationException) Ok
  84. Not found exception (SS\Tests\Api\Comments\CommentsController\postCommentCest::notFoundException) Ok
  85. Ok (SS\Tests\Api\Comments\CommentsController\setCommentBadCest::ok) Ok
  86. Validation exception (SS\Tests\Api\Comments\CommentsController\setCommentBadCest::validationException) Ok
  87. Not found exception (SS\Tests\Api\Comments\CommentsController\setCommentBadCest::notFoundException) Ok
  88. Ok (SS\Tests\Api\Comments\CommentsController\unsetCommentBadCest::ok) Ok
  89. Not found exception (SS\Tests\Api\Comments\CommentsController\unsetCommentBadCest::notFoundException) Ok
  90. Create new game (SS\Tests\Api\Comments\CommentsController\updateCommentCest::createNewGame) Ok
  91. Ok (SS\Tests\Api\Comments\CommentsController\updateCommentCest::ok) Ok
  92. Forbidden exception (SS\Tests\Api\Comments\CommentsController\updateCommentCest::forbiddenException) Ok
  93. Not found exception (SS\Tests\Api\Comments\CommentsController\updateCommentCest::NotFoundException) Ok
  94. Validation exception (SS\Tests\Api\Comments\CommentsController\updateCommentCest::validationException) Ok
  95. Get config value (as admin) (SS\Tests\Api\Config\ConfigController\getConfigCest::ok) Ok
  96. Get config value (as ordinary user) (SS\Tests\Api\Config\ConfigController\getConfigCest::forbiddenException) Ok
  97. Get non-existent config value (SS\Tests\Api\Config\ConfigController\getConfigCest::notFoundException) Ok
  98. Get config value (as unauthorized user) (SS\Tests\Api\Config\ConfigController\getConfigCest::authenticationException) Ok
  99. Get all config values (as admin) (SS\Tests\Api\Config\ConfigController\indexConfigCest::ok) Ok
  100. Get all config (as ordinary user) (SS\Tests\Api\Config\ConfigController\indexConfigCest::forbiddenException) Ok
  101. Get all config (as unauthorized user) (SS\Tests\Api\Config\ConfigController\indexConfigCest::authenticationException) Ok
  102. Update config value (as admin) (SS\Tests\Api\Config\ConfigController\putConfigCest::ok) Ok
  103. Update config value (as ordinary user) (SS\Tests\Api\Config\ConfigController\putConfigCest::ForbiddenException) Ok
  104. Update non-existent config value (SS\Tests\Api\Config\ConfigController\putConfigCest::NotFoundException) Ok
  105. Update non-existent config value (SS\Tests\Api\Config\ConfigController\putConfigCest::ValidationException) Ok
  106. Update config value (as unauthorized user) (SS\Tests\Api\Config\ConfigController\putConfigCest::AuthenticationException) Ok
  107. Created (SS\Tests\Api\Currencies\CurrenciesController\addCurrencyCest::created) Ok
  108. Validation exception (SS\Tests\Api\Currencies\CurrenciesController\addCurrencyCest::validationException) Ok
  109. Forbidden exception (SS\Tests\Api\Currencies\CurrenciesController\addCurrencyCest::forbiddenException) Ok
  110. No content (SS\Tests\Api\Currencies\CurrenciesController\deleteCurrencyCest::noContent) Ok
  111. Not found exception (SS\Tests\Api\Currencies\CurrenciesController\deleteCurrencyCest::notFoundException) Ok
  112. Forbidden exception (SS\Tests\Api\Currencies\CurrenciesController\deleteCurrencyCest::forbiddenException) Ok
  113. Ok (SS\Tests\Api\Currencies\CurrenciesController\editCurrencyCest::ok) Ok
  114. Validation exception (SS\Tests\Api\Currencies\CurrenciesController\editCurrencyCest::validationException) Ok
  115. Not found exception (SS\Tests\Api\Currencies\CurrenciesController\editCurrencyCest::notFoundException) Ok
  116. Forbidden exception (SS\Tests\Api\Currencies\CurrenciesController\editCurrencyCest::forbiddenException) Ok
  117. Ok (SS\Tests\Api\Currencies\CurrenciesController\showAllCest::ok) Ok
  118. Not found exception (SS\Tests\Api\Currencies\CurrenciesController\showAllCest::notFoundException) Ok
  119. Forbidden exception (SS\Tests\Api\Currencies\CurrenciesController\showAllCest::forbiddenException) Ok
  120. Created (Api\Entitlements\EntitlementsController\createEntitlementsCest::created) Ok
  121. Authentication exception (Api\Entitlements\EntitlementsController\createEntitlementsCest::AuthenticationException) Ok
  122. Forbidden exception (Api\Entitlements\EntitlementsController\createEntitlementsCest::ForbiddenException) Ok
  123. Validation exception (Api\Entitlements\EntitlementsController\createEntitlementsCest::ValidationException) Ok
  124. Ok (Api\Entitlements\UserEntitlementsActionController\deleteUserEntitlementsActionCest::ok) Ok
  125. Ok (Api\Entitlements\UserEntitlementsActionController\getUserEntitlementsActionCest::ok) Ok
  126. Ok (Api\Entitlements\UserEntitlementsActionController\indexUserEntitlementsActionCest::ok) Ok
  127. Created (Api\Entitlements\UserEntitlementsActionController\postUserEntitlementsActionCest::created) Ok
  128. Ok (Api\Entitlements\UserEntitlementsActionController\putUserEntitlementsActionCest::ok) Ok
  129. Ok (SS\Tests\Api\Entitlements\UserEntitlementsController\complexLockboxCest::ok) Ok
  130. Ok (SS\Tests\Api\Entitlements\UserEntitlementsController\complexUserEntitlementsCest::ok) Ok
  131. Ok (SS\Tests\Api\Entitlements\UserEntitlementsController\postUserEntitlementsCest::ok) Ok
  132. Create completed user entitlement (SS\Tests\Api\Entitlements\UserEntitlementsController\postUserEntitlementsCest::createCompletedUserEntitlement) Ok
  133. Forbidden exception (SS\Tests\Api\Entitlements\UserEntitlementsController\postUserEntitlementsCest::forbiddenException) Ok
  134. Test send email when completed (Api\Entitlements\UserEntitlementsController\updateUserEntitlementsCest::testSendEmailWhenCompleted) Ok
  135. Test fields sort (SS\Tests\Api\Events\EventsController\eventSortCest::testFieldsSort) Ok
  136. Test user sort (SS\Tests\Api\Events\EventsController\eventSortCest::testUserSort) Ok
  137. Attach image asset to others game (as admin user) (SS\Tests\Api\Games\GamesController\addAssetCest::ok) Ok
  138. Attach image asset to game (as normal owner user) (SS\Tests\Api\Games\GamesController\addAssetCest::authenticationException) Ok
  139. Not found exception (SS\Tests\Api\Games\GamesController\addAssetCest::notFoundException) Ok
  140. Forbidden exception (SS\Tests\Api\Games\GamesController\addAssetCest::forbiddenException) Ok
  141. Game lifetime exception (SS\Tests\Api\Games\GamesController\addAssetCest::gameLifetimeException) Ok
  142. Created (SS\Tests\Api\Games\GamesController\addGameCest::created) Ok
  143. Tag pc saved proper (SS\Tests\Api\Games\GamesController\addGameCest::tagPCSavedProper) Ok
  144. Create a game attached to admin user as admin user (SS\Tests\Api\Games\GamesController\addGameCest::createdAsAdmin) Ok
  145. Create a game attached to another user as admin user (SS\Tests\Api\Games\GamesController\addGameCest::createdAsAdminToAnotherUser) Ok
  146. Authentication exception (SS\Tests\Api\Games\GamesController\addGameCest::authenticationException) Ok
  147. Validation exception required parameter (SS\Tests\Api\Games\GamesController\addGameCest::validationExceptionRequiredParameter) Ok
  148. Validation exception existing title (SS\Tests\Api\Games\GamesController\addGameCest::validationExceptionExistingTitle) Ok
  149. Validation exception bad user id (SS\Tests\Api\Games\GamesController\addGameCest::validationExceptionBadUserId) Ok
  150. Ok (SS\Tests\Api\Games\GamesController\assetsCest::ok) Ok
  151. Authentication exception (SS\Tests\Api\Games\GamesController\assetsCest::authenticationException) Ok
  152. Not found exception (SS\Tests\Api\Games\GamesController\assetsCest::notFoundException) Ok
  153. Ok (SS\Tests\Api\Games\GamesController\contributePointsToAGameByBuyingARewardCest::ok) Ok
  154. No content (SS\Tests\Api\Games\GamesController\deleteAssetCest::noContent) Ok
  155. Authentication exception (SS\Tests\Api\Games\GamesController\deleteAssetCest::authenticationException) Ok
  156. Not found exception (SS\Tests\Api\Games\GamesController\deleteAssetCest::notFoundException) Ok
  157. Forbidden exception (SS\Tests\Api\Games\GamesController\deleteAssetCest::forbiddenException) Ok
  158. Game lifetime exception (SS\Tests\Api\Games\GamesController\deleteAssetCest::gameLifetimeException) Ok
  159. No content (SS\Tests\Api\Games\GamesController\deleteCest::noContent) Ok
  160. Authentication exception (SS\Tests\Api\Games\GamesController\deleteCest::authenticationException) Ok
  161. Not found exception (SS\Tests\Api\Games\GamesController\deleteCest::notFoundException) Ok
  162. Forbidden exception (SS\Tests\Api\Games\GamesController\deleteCest::forbiddenException) Ok
  163. Ok (SS\Tests\Api\Games\GamesController\demoteCest::ok) Ok
  164. Authentication exception (SS\Tests\Api\Games\GamesController\demoteCest::authenticationException) Ok
  165. Not found exception (SS\Tests\Api\Games\GamesController\demoteCest::notFoundException) Ok
  166. Forbidden exception (SS\Tests\Api\Games\GamesController\demoteCest::forbiddenException) Ok
  167. No content (SS\Tests\Api\Games\GamesController\followCest::noContent) Ok
  168. Authentication exception (SS\Tests\Api\Games\GamesController\followCest::authenticationException) Ok
  169. Not found exception (SS\Tests\Api\Games\GamesController\followCest::notFoundException) Ok
  170. Forbidden exception (SS\Tests\Api\Games\GamesController\followCest::forbiddenException) Ok
  171. Create new game (SS\Tests\Api\Games\GamesController\followingCest::createNewGame) Ok
  172. Ok (SS\Tests\Api\Games\GamesController\followingCest::ok) Ok
  173. Authentication exception (SS\Tests\Api\Games\GamesController\followingCest::authenticationException) Ok
  174. Ok (SS\Tests\Api\Games\GamesController\gameIdeaReadyCest::ok) Ok
  175. Not found exception (SS\Tests\Api\Games\GamesController\gameIdeaReadyCest::notFoundException) Ok
  176. Authentication exception (SS\Tests\Api\Games\GamesController\gameIdeaReadyCest::authenticationException) Ok
  177. Forbidden exception (SS\Tests\Api\Games\GamesController\gameIdeaReadyCest::forbiddenException) Ok
  178. Ok (SS\Tests\Api\Games\GamesController\getAssetCest::ok) Ok
  179. Authentication exception (SS\Tests\Api\Games\GamesController\getAssetCest::authenticationException) Ok
  180. Not found exception (SS\Tests\Api\Games\GamesController\getAssetCest::notFoundException) Ok
  181. Ok (SS\Tests\Api\Games\GamesController\indexCest::ok) Ok
  182. Ok (SS\Tests\Api\Games\GamesController\killGameCest::ok) Ok
  183. Authentication exception (SS\Tests\Api\Games\GamesController\killGameCest::authenticationException) Ok
  184. Not found exception (SS\Tests\Api\Games\GamesController\killGameCest::notFoundException) Ok
  185. Forbidden exception (SS\Tests\Api\Games\GamesController\killGameCest::forbiddenException) Ok
  186. Ok (SS\Tests\Api\Games\GamesController\promoteCest::ok) Ok
  187. Authentication exception (SS\Tests\Api\Games\GamesController\promoteCest::authenticationException) Ok
  188. Not found exception (SS\Tests\Api\Games\GamesController\promoteCest::notFoundException) Ok
  189. Forbidden exception (SS\Tests\Api\Games\GamesController\promoteCest::forbiddenException) Ok
  190. Test promotional games block (buy 'promote_my_game_upsell') (SS\Tests\Api\Games\GamesController\promotionalFlagsCest::ok) Ok
  191. Ok (SS\Tests\Api\Games\GamesController\refundGamePointsCest::ok) Ok
  192. Authentication exception (SS\Tests\Api\Games\GamesController\refundGamePointsCest::authenticationException) Ok
  193. Not found exception (SS\Tests\Api\Games\GamesController\refundGamePointsCest::notFoundException) Ok
  194. Validation exception (SS\Tests\Api\Games\GamesController\refundGamePointsCest::validationException) Ok
  195. Forbidden exception (SS\Tests\Api\Games\GamesController\refundGamePointsCest::forbiddenException) Ok
  196. Ok (SS\Tests\Api\Games\GamesController\resetBannerCest::ok) Ok
  197. Authentication exception (SS\Tests\Api\Games\GamesController\resetBannerCest::authenticationException) Ok
  198. Not found exception (SS\Tests\Api\Games\GamesController\resetBannerCest::notFoundException) Ok
  199. Forbidden exception (SS\Tests\Api\Games\GamesController\resetBannerCest::forbiddenException) Ok
  200. Game lifetime exception (SS\Tests\Api\Games\GamesController\resetBannerCest::gameLifetimeException) Ok
  201. Ok (SS\Tests\Api\Games\GamesController\resetTileImageCest::ok) Ok
  202. Authentication exception (SS\Tests\Api\Games\GamesController\resetTileImageCest::authenticationException) Ok
  203. Not found exception (SS\Tests\Api\Games\GamesController\resetTileImageCest::notFoundException) Ok
  204. Forbidden exception (SS\Tests\Api\Games\GamesController\resetTileImageCest::forbiddenException) Ok
  205. Game lifetime exception (SS\Tests\Api\Games\GamesController\resetTileImageCest::gameLifetimeException) Ok
  206. Ok (SS\Tests\Api\Games\GamesController\reviveGameCest::ok) Ok
  207. Buy entitlement and use it instantly for a game (SS\Tests\Api\Games\GamesController\reviveGameCest::okByBuyingAndUsingEntitlement) Ok
  208. Authentication exception (SS\Tests\Api\Games\GamesController\reviveGameCest::authenticationException) Ok
  209. Not found exception (SS\Tests\Api\Games\GamesController\reviveGameCest::notFoundException) Ok
  210. Forbidden exception (SS\Tests\Api\Games\GamesController\reviveGameCest::forbiddenException) Ok
  211. Test like search (SS\Tests\Api\Games\GamesController\searchGameCest::testLikeSearch) Ok
  212. Ok (SS\Tests\Api\Games\GamesController\setBannerFromAssetCest::ok) Ok
  213. Authentication exception (SS\Tests\Api\Games\GamesController\setBannerFromAssetCest::authenticationException) Ok
  214. Not found exception (SS\Tests\Api\Games\GamesController\setBannerFromAssetCest::notFoundException) Ok
  215. Forbidden exception (SS\Tests\Api\Games\GamesController\setBannerFromAssetCest::forbiddenException) Ok
  216. Game lifetime exception (SS\Tests\Api\Games\GamesController\setBannerFromAssetCest::gameLifetimeException) Ok
  217. Ok (SS\Tests\Api\Games\GamesController\setTileImageFromAssetCest::ok) Ok
  218. Authentication exception (SS\Tests\Api\Games\GamesController\setTileImageFromAssetCest::authenticationException) Ok
  219. Not found exception (SS\Tests\Api\Games\GamesController\setTileImageFromAssetCest::notFoundException) Ok
  220. Forbidden exception (SS\Tests\Api\Games\GamesController\setTileImageFromAssetCest::forbiddenException) Ok
  221. Game lifetime exception (SS\Tests\Api\Games\GamesController\setTileImageFromAssetCest::gameLifetimeException) Ok
  222. Ok (SS\Tests\Api\Games\GamesController\showBySlugCest::ok) Ok
  223. Not found exception (SS\Tests\Api\Games\GamesController\showBySlugCest::notFoundException) Ok
  224. Forbidden exception (SS\Tests\Api\Games\GamesController\showBySlugCest::forbiddenException) Ok
  225. Ok (SS\Tests\Api\Games\GamesController\showGameLastSummaryDiffCest::ok) Ok
  226. Authentication exception (SS\Tests\Api\Games\GamesController\showGameLastSummaryDiffCest::authenticationException) Ok
  227. Validation exception (SS\Tests\Api\Games\GamesController\showGameLastSummaryDiffCest::validationException) Ok
  228. Not found exception (SS\Tests\Api\Games\GamesController\showGameLastSummaryDiffCest::notFoundException) Ok
  229. Ok (SS\Tests\Api\Games\GamesController\showGameSummaryVersionsDiffCest::ok) Ok
  230. Authentication exception (SS\Tests\Api\Games\GamesController\showGameSummaryVersionsDiffCest::authenticationException) Ok
  231. Validation exception (SS\Tests\Api\Games\GamesController\showGameSummaryVersionsDiffCest::validationException) Ok
  232. Not found exception (SS\Tests\Api\Games\GamesController\showGameSummaryVersionsDiffCest::notFoundException) Ok
  233. Try add game with not allowed slug (SS\Tests\Api\Games\GamesController\stopListSlugCest::tryAddGameWithNotAllowedSlug) Ok
  234. Try modify game with not allowed slug (SS\Tests\Api\Games\GamesController\stopListSlugCest::tryModifyGameWithNotAllowedSlug) Ok
  235. Try add game with not allowed slug as admin (SS\Tests\Api\Games\GamesController\stopListSlugCest::tryAddGameWithNotAllowedSlugAsAdmin) Ok
  236. Try modify game with not allowed slug as admin (SS\Tests\Api\Games\GamesController\stopListSlugCest::tryModifyGameWithNotAllowedSlugAsAdmin) Ok
  237. Ensure that game can be search by one tag (SS\Tests\Api\Games\GamesController\tagsCest::searchByTagsOk) Ok
  238. Correct voter user name field (SS\Tests\Api\Games\GamesController\timelineVoteCest::correctVoterUserNameField) Error
  239. Ok (SS\Tests\Api\Games\GamesController\updateCest::ok) Ok
  240. Authentication exception (SS\Tests\Api\Games\GamesController\updateCest::authenticationException) Ok
  241. Not found exception (SS\Tests\Api\Games\GamesController\updateCest::notFoundException) Ok
  242. Validation exception (SS\Tests\Api\Games\GamesController\updateCest::validationException) Ok
  243. Access exception (SS\Tests\Api\Games\GamesController\updateCest::accessException) Ok
  244. Forbidden exception (SS\Tests\Api\Games\GamesController\updateCest::forbiddenException) Ok
  245. Ok (SS\Tests\Api\Games\GamesController\voteCest::ok) Ok
  246. Ok game owner (SS\Tests\Api\Games\GamesController\voteCest::okGameOwner) Ok
  247. Authentication exception (SS\Tests\Api\Games\GamesController\voteCest::authenticationException) Ok
  248. Not found exception (SS\Tests\Api\Games\GamesController\voteCest::notFoundException) Ok
  249. Validation exception (SS\Tests\Api\Games\GamesController\voteCest::validationException) Ok
  250. Forbidden exception game stage (SS\Tests\Api\Games\GamesController\voteCest::forbiddenExceptionGameStage) Ok
  251. Not enough funds exception (SS\Tests\Api\Games\GamesController\voteCest::notEnoughFundsException) Ok
  252. Create new game (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\addAssetCest::createNewGame) Ok
  253. Create new game update (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\addAssetCest::createNewGameUpdate) Ok
  254. Add new asset (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\addAssetCest::addNewAsset) Ok
  255. Ok (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\addAssetCest::ok) Ok
  256. Forbidden exception (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\addAssetCest::forbiddenException) Ok
  257. Authentication exception (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\addAssetCest::authenticationException) Ok
  258. Not found exception (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\addAssetCest::notFoundException) Ok
  259. Game lifetime exception (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\addAssetCest::GameLifetimeException) Ok
  260. Create new game (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\assetsCest::createNewGame) Ok
  261. Create new game update (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\assetsCest::createNewGameUpdate) Ok
  262. Add asset (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\assetsCest::addAsset) Ok
  263. Ok (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\assetsCest::ok) Ok
  264. Authentication exception (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\assetsCest::authenticationException) Ok
  265. Ok (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\createUpdateCest::ok) Ok
  266. Forbidden exception (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\createUpdateCest::forbiddenException) Ok
  267. Authentication exception (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\createUpdateCest::authenticationException) Ok
  268. Validation exception (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\createUpdateCest::validationException) Ok
  269. Not found exception (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\createUpdateCest::notFoundException) Ok
  270. Game lifetime exception (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\createUpdateCest::gameLifetimeException) Ok
  271. Ok (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\deleteAssetCest::ok) Ok
  272. Forbidden exception (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\deleteAssetCest::forbiddenException) Ok
  273. Authentication exception (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\deleteAssetCest::authenticationException) Ok
  274. Not found exception (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\deleteAssetCest::notFoundException) Ok
  275. Game lifetime exception (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\deleteAssetCest::GameLifetimeException) Ok
  276. Create new game (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\getAssetCest::createNewGame) Ok
  277. Create new game update (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\getAssetCest::createNewGameUpdate) Ok
  278. Add new asset (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\getAssetCest::addNewAsset) Ok
  279. Ok (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\getAssetCest::ok) Ok
  280. Authentication exception (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\getAssetCest::authenticationException) Ok
  281. Not found exception (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\getAssetCest::notFoundException) Ok
  282. Ok (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\getUpdateCest::ok) Ok
  283. Not found exception (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\getUpdateCest::notFoundException) Ok
  284. Forbidden exception (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\getUpdateCest::forbiddenException) Ok
  285. Ok (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\saveUpdateCest::ok) Ok
  286. Authentication exception (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\saveUpdateCest::authenticationException) Ok
  287. Validation exception (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\saveUpdateCest::validationException) Ok
  288. Not found exception (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\saveUpdateCest::notFoundException) Ok
  289. Forbidden exception (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\saveUpdateCest::forbiddenException) Ok
  290. Game lifetime exception (SS\Tests\Api\Games\GamesUpdates\GamesUpdatesController\saveUpdateCest::gameLifetimeException) Ok
  291. Funding goal email notification (SS\Tests\Api\Games\Rewards\RewardFunding\FundingGoalReachedCest::fundingGoalEmailNotification) Fail
  292. Ok null (SS\Tests\Api\Games\Rewards\RewardsController\backgroundIconRewardCest::okNull) Ok
  293. Ok create (SS\Tests\Api\Games\Rewards\RewardsController\backgroundIconRewardCest::okCreate) Ok
  294. Ok update (SS\Tests\Api\Games\Rewards\RewardsController\backgroundIconRewardCest::okUpdate) Ok
  295. Validation exception create (SS\Tests\Api\Games\Rewards\RewardsController\backgroundIconRewardCest::validationExceptionCreate) Ok
  296. Validation exception update (SS\Tests\Api\Games\Rewards\RewardsController\backgroundIconRewardCest::validationExceptionUpdate) Ok
  297. Create rewards (SS\Tests\Api\Games\Rewards\RewardsController\buyRewardCest::createRewards) Ok
  298. Buy reward a (SS\Tests\Api\Games\Rewards\RewardsController\buyRewardCest::buyRewardA) Ok
  299. Ensure available quantity of reward a decreased (SS\Tests\Api\Games\Rewards\RewardsController\buyRewardCest::ensureAvailableQuantityOfRewardADecreased) Ok
  300. Ensure reward a is purchased (SS\Tests\Api\Games\Rewards\RewardsController\buyRewardCest::ensureRewardAIsPurchased) Ok
  301. Ensure available quantity of reward a in list decreased (SS\Tests\Api\Games\Rewards\RewardsController\buyRewardCest::ensureAvailableQuantityOfRewardAInListDecreased) Ok
  302. Ensure reward a is purchased in list (SS\Tests\Api\Games\Rewards\RewardsController\buyRewardCest::ensureRewardAIsPurchasedInList) Ok
  303. Buy reward a more (SS\Tests\Api\Games\Rewards\RewardsController\buyRewardCest::buyRewardAMore) Ok
  304. Buy reward b (SS\Tests\Api\Games\Rewards\RewardsController\buyRewardCest::buyRewardB) Ok
  305. Ensure quantity of reward b not decreased (SS\Tests\Api\Games\Rewards\RewardsController\buyRewardCest::ensureQuantityOfRewardBNotDecreased) Ok
  306. Ensure quantity of reward b in list not decreased (SS\Tests\Api\Games\Rewards\RewardsController\buyRewardCest::ensureQuantityOfRewardBInListNotDecreased) Ok
  307. Buy locked reward c (SS\Tests\Api\Games\Rewards\RewardsController\buyRewardCest::buyLockedRewardC) Ok
  308. Check reward "purchased_by_user_quantity" counter (SS\Tests\Api\Games\Rewards\RewardsController\buyRewardCheckCountersCest::ok) Ok
  309. Check reward "restrict_multiple_sells" flag (SS\Tests\Api\Games\Rewards\RewardsController\buyRewardRestrictionsCest::okRestrictMultipleSells) Ok
  310. Create reward sellable (SS\Tests\Api\Games\Rewards\RewardsController\complexRewardCest::createRewardSellable) Ok
  311. Create reward a unlockable on game stage (SS\Tests\Api\Games\Rewards\RewardsController\complexRewardCest::createRewardAUnlockableOnGameStage) Ok
  312. Ensure reward a is locked in list (SS\Tests\Api\Games\Rewards\RewardsController\complexRewardCest::ensureRewardAIsLockedInList) Ok
  313. Ensure reward a is locked (SS\Tests\Api\Games\Rewards\RewardsController\complexRewardCest::ensureRewardAIsLocked) Ok
  314. Create reward b unlockable on game total pledged (SS\Tests\Api\Games\Rewards\RewardsController\complexRewardCest::createRewardBUnlockableOnGameTotalPledged) Ok
  315. Ensure reward b is locked in list (SS\Tests\Api\Games\Rewards\RewardsController\complexRewardCest::ensureRewardBIsLockedInList) Ok
  316. Ensure reward b is locked (SS\Tests\Api\Games\Rewards\RewardsController\complexRewardCest::ensureRewardBIsLocked) Ok
  317. Promote game to stage to unlock reward (SS\Tests\Api\Games\Rewards\RewardsController\complexRewardCest::promoteGameToStageToUnlockReward) Ok
  318. Ensure reward a is unlocked in list (SS\Tests\Api\Games\Rewards\RewardsController\complexRewardCest::ensureRewardAIsUnlockedInList) Ok
  319. Ensure reward a is unlocked (SS\Tests\Api\Games\Rewards\RewardsController\complexRewardCest::ensureRewardAIsUnlocked) Ok
  320. Ensure reward b is still locked after unlock of reward a in list (SS\Tests\Api\Games\Rewards\RewardsController\complexRewardCest::ensureRewardBIsStillLockedAfterUnlockOfRewardAInList) Ok
  321. Ensure reward b is still locked after unlock of reward a (SS\Tests\Api\Games\Rewards\RewardsController\complexRewardCest::ensureRewardBIsStillLockedAfterUnlockOfRewardA) Ok
  322. Pledge points to a game (SS\Tests\Api\Games\Rewards\RewardsController\complexRewardCest::pledgePointsToAGame) Ok
  323. Ensure reward b is unlocked (SS\Tests\Api\Games\Rewards\RewardsController\complexRewardCest::ensureRewardBIsUnlocked) Ok
  324. Create reward locked by admin (SS\Tests\Api\Games\Rewards\RewardsController\complexRewardCest::createRewardLockedByAdmin) Ok
  325. Check reward locked by admin is locked (SS\Tests\Api\Games\Rewards\RewardsController\complexRewardCest::checkRewardLockedByAdminIsLocked) Ok
  326. Check reward locked by admin field locked by admin visibility (SS\Tests\Api\Games\Rewards\RewardsController\complexRewardCest::checkRewardLockedByAdminFieldLockedByAdminVisibility) Ok
  327. Check reward un locked by admin is locked (SS\Tests\Api\Games\Rewards\RewardsController\complexRewardCest::checkRewardUnLockedByAdminIsLocked) Ok
  328. Ok (SS\Tests\Api\Games\Rewards\RewardsController\deleteRewardCest::ok) Ok
  329. Authentication exception (SS\Tests\Api\Games\Rewards\RewardsController\deleteRewardCest::authenticationException) Ok
  330. Not found exception (SS\Tests\Api\Games\Rewards\RewardsController\deleteRewardCest::notFoundException) Ok
  331. Forbidden exception (SS\Tests\Api\Games\Rewards\RewardsController\deleteRewardCest::forbiddenException) Ok
  332. Ok (SS\Tests\Api\Games\Rewards\RewardsController\iconRewardCest::ok) Ok
  333. Ok (SS\Tests\Api\Games\Rewards\RewardsController\indexRewardCest::ok) Ok
  334. Ok create admin only visible rewards (SS\Tests\Api\Games\Rewards\RewardsController\indexRewardCest::okCreateAdminOnlyVisibleRewards) Ok
  335. Ok update create admin only visible rewards (SS\Tests\Api\Games\Rewards\RewardsController\indexRewardCest::okUpdateCreateAdminOnlyVisibleRewards) Ok
  336. Not found exception game (SS\Tests\Api\Games\Rewards\RewardsController\indexRewardCest::notFoundExceptionGame) Ok
  337. Authentication exception (SS\Tests\Api\Games\Rewards\RewardsController\indexRewardCest::authenticationException) Ok
  338. Insure reward locked by date can be unlocked (SS\Tests\Api\Games\Rewards\RewardsController\locksRewardCest::insureRewardLockedByDateCanBeUnlocked) Ok
  339. Ok (SS\Tests\Api\Games\Rewards\RewardsController\postRewardCest::ok) Ok
  340. Authentication exception (SS\Tests\Api\Games\Rewards\RewardsController\postRewardCest::authenticationException) Ok
  341. Validation exception (SS\Tests\Api\Games\Rewards\RewardsController\postRewardCest::validationException) Ok
  342. Forbidden exception (SS\Tests\Api\Games\Rewards\RewardsController\postRewardCest::forbiddenException) Ok
  343. Ok (SS\Tests\Api\Games\Rewards\RewardsController\putRewardCest::ok) Ok
  344. Authentication exception (SS\Tests\Api\Games\Rewards\RewardsController\putRewardCest::authenticationException) Ok
  345. Not found exception (SS\Tests\Api\Games\Rewards\RewardsController\putRewardCest::notFoundException) Ok
  346. Validation exception (SS\Tests\Api\Games\Rewards\RewardsController\putRewardCest::validationException) Ok
  347. Forbidden exception (SS\Tests\Api\Games\Rewards\RewardsController\putRewardCest::forbiddenException) Ok
  348. No content (SS\Tests\Api\Invites\InvitesController\CreateCest::noContent) Ok
  349. Service unavailable exception (SS\Tests\Api\Invites\InvitesController\CreateCest::serviceUnavailableException) Ok
  350. Validation exception (SS\Tests\Api\Invites\InvitesController\CreateCest::validationException) Ok
  351. No content (SS\Tests\Api\Invites\InvitesController\deleteCest::noContent) Ok
  352. Authentication exception (SS\Tests\Api\Invites\InvitesController\deleteCest::authenticationException) Ok
  353. Forbidden exception (SS\Tests\Api\Invites\InvitesController\deleteCest::forbiddenException) Ok
  354. Not found exception (SS\Tests\Api\Invites\InvitesController\deleteCest::notFoundException) Ok
  355. Ok (SS\Tests\Api\Invites\InvitesController\getCest::ok) Ok
  356. Authentication exception (SS\Tests\Api\Invites\InvitesController\getCest::authenticationException) Ok
  357. Forbidden exception (SS\Tests\Api\Invites\InvitesController\getCest::forbiddenException) Ok
  358. Not found exception (SS\Tests\Api\Invites\InvitesController\getCest::notFoundException) Ok
  359. Ok (SS\Tests\Api\Invites\InvitesController\indexCest::ok) Ok
  360. Authentication exception (SS\Tests\Api\Invites\InvitesController\indexCest::authenticationException) Ok
  361. Forbidden exception (SS\Tests\Api\Invites\InvitesController\indexCest::forbiddenException) Ok
  362. Ok (SS\Tests\Api\Invites\InvitesController\updateCest::ok) Ok
  363. Authentication exception (SS\Tests\Api\Invites\InvitesController\updateCest::authenticationException) Ok
  364. Forbidden exception (SS\Tests\Api\Invites\InvitesController\updateCest::forbiddenException) Ok
  365. Not found exception (SS\Tests\Api\Invites\InvitesController\updateCest::notFoundException) Ok
  366. Create 4 games (4 users), create lifecycle (top games = 2), start it, finish it and check results (SS\Tests\Api\Games\Lifecycles\LifecyclesController\complexLifecycleCest::ok) Fail
  367. Ok (SS\Tests\Api\Games\Lifecycles\LifecyclesController\currentLifecycleCest::ok) Error
  368. Validation exception (SS\Tests\Api\Games\Lifecycles\LifecyclesController\currentLifecycleCest::validationException) Ok
  369. No content (SS\Tests\Api\Games\Lifecycles\LifecyclesController\destroyCest::noContent) Ok
  370. Forbidden exception (SS\Tests\Api\Games\Lifecycles\LifecyclesController\destroyCest::forbiddenException) Ok
  371. Ok (SS\Tests\Api\Games\Lifecycles\LifecyclesController\forceEndLifecycleCest::ok) Ok
  372. Not found (SS\Tests\Api\Games\Lifecycles\LifecyclesController\forceEndLifecycleCest::notFound) Ok
  373. Forbidden as normal (SS\Tests\Api\Games\Lifecycles\LifecyclesController\forceEndLifecycleCest::forbiddenAsNormal) Ok
  374. Forbidden as guest (SS\Tests\Api\Games\Lifecycles\LifecyclesController\forceEndLifecycleCest::forbiddenAsGuest) Ok
  375. Ok (SS\Tests\Api\Games\Lifecycles\LifecyclesController\forceStartLifecycleCest::ok) Ok
  376. Not found (SS\Tests\Api\Games\Lifecycles\LifecyclesController\forceStartLifecycleCest::notFound) Ok
  377. Forbidden as normal (SS\Tests\Api\Games\Lifecycles\LifecyclesController\forceStartLifecycleCest::forbiddenAsNormal) Ok
  378. Forbidden as guest (SS\Tests\Api\Games\Lifecycles\LifecyclesController\forceStartLifecycleCest::forbiddenAsGuest) Ok
  379. Ok (SS\Tests\Api\Games\Lifecycles\LifecyclesController\indexCest::ok) Ok
  380. Forbidden (SS\Tests\Api\Games\Lifecycles\LifecyclesController\indexCest::forbidden) Ok
  381. Ok (SS\Tests\Api\Games\Lifecycles\LifecyclesController\latestLifecycleCest::ok) Ok
  382. Validation exception (SS\Tests\Api\Games\Lifecycles\LifecyclesController\latestLifecycleCest::validationException) Ok
  383. Ok (SS\Tests\Api\Games\Lifecycles\LifecyclesController\showCest::ok) Ok
  384. Authentication exception (SS\Tests\Api\Games\Lifecycles\LifecyclesController\showCest::authenticationException) Ok
  385. Forbidden exception (SS\Tests\Api\Games\Lifecycles\LifecyclesController\showCest::forbiddenException) Ok
  386. Not found (SS\Tests\Api\Games\Lifecycles\LifecyclesController\showCest::notFound) Ok
  387. Created (SS\Tests\Api\Games\Lifecycles\LifecyclesController\storeCest::created) Ok
  388. Authentication exception (SS\Tests\Api\Games\Lifecycles\LifecyclesController\storeCest::authenticationException) Ok
  389. Validation exception (SS\Tests\Api\Games\Lifecycles\LifecyclesController\storeCest::validationException) Ok
  390. Forbidden exception (SS\Tests\Api\Games\Lifecycles\LifecyclesController\storeCest::forbiddenException) Ok
  391. Ok (SS\Tests\Api\Games\Lifecycles\LifecyclesController\updateCest::ok) Ok
  392. Validation exception (SS\Tests\Api\Games\Lifecycles\LifecyclesController\updateCest::validationException) Ok
  393. Not found exception (SS\Tests\Api\Games\Lifecycles\LifecyclesController\updateCest::notFoundException) Ok
  394. Forbidden exception (SS\Tests\Api\Games\Lifecycles\LifecyclesController\updateCest::forbiddenException) Ok
  395. Ok (SS\Tests\Api\LootItems\LootItemsController\addLootItemCest::ok) Ok
  396. Authentication exception (SS\Tests\Api\LootItems\LootItemsController\addLootItemCest::authenticationException) Ok
  397. Validation exception (SS\Tests\Api\LootItems\LootItemsController\addLootItemCest::validationException) Ok
  398. Forbidden exception (SS\Tests\Api\LootItems\LootItemsController\addLootItemCest::forbiddenException) Ok
  399. Not found exception (SS\Tests\Api\LootItems\LootItemsController\addLootItemCest::notFoundException) Ok
  400. No content (SS\Tests\Api\LootItems\LootItemsController\deleteLootItemCest::noContent) Ok
  401. Authentication exception (SS\Tests\Api\LootItems\LootItemsController\deleteLootItemCest::authenticationException) Ok
  402. Forbidden exception (SS\Tests\Api\LootItems\LootItemsController\deleteLootItemCest::forbiddenException) Ok
  403. Ok (SS\Tests\Api\LootItems\LootItemsController\getLootItemCest::ok) Ok
  404. Authentication exception (SS\Tests\Api\LootItems\LootItemsController\getLootItemCest::authenticationException) Ok
  405. Forbidden exception (SS\Tests\Api\LootItems\LootItemsController\getLootItemCest::forbiddenException) Ok
  406. Not found exception (SS\Tests\Api\LootItems\LootItemsController\getLootItemCest::notFoundException) Ok
  407. Ok (SS\Tests\Api\LootItems\LootItemsController\showLootItemsCest::ok) Ok
  408. Authentication exception (SS\Tests\Api\LootItems\LootItemsController\showLootItemsCest::authenticationException) Ok
  409. Forbidden exception (SS\Tests\Api\LootItems\LootItemsController\showLootItemsCest::forbiddenException) Ok
  410. Ok (SS\Tests\Api\LootItems\LootItemsController\updateLootItemCest::ok) Ok
  411. Authentication exception (SS\Tests\Api\LootItems\LootItemsController\updateLootItemCest::authenticationException) Ok
  412. Validation exception (SS\Tests\Api\LootItems\LootItemsController\updateLootItemCest::validationException) Ok
  413. Forbidden exception (SS\Tests\Api\LootItems\LootItemsController\updateLootItemCest::forbiddenException) Ok
  414. Ok (SS\Tests\Api\Messages\MessageController\deleteMessageCest::ok) Fail
  415. Authentication exception (SS\Tests\Api\Messages\MessageController\deleteMessageCest::AuthenticationException) Ok
  416. Update last message (SS\Tests\Api\Messages\MessageController\deleteMessageCest::updateLastMessage) Fail
  417. Validation exception (SS\Tests\Api\Messages\MessageController\deleteMessageCest::ValidationException) Ok
  418. Ok (SS\Tests\Api\Messages\MessageController\getMessageCest::ok) Fail
  419. Authentication exception (SS\Tests\Api\Messages\MessageController\getMessageCest::AuthenticationException) Ok
  420. Access exception (SS\Tests\Api\Messages\MessageController\getMessageCest::AccessException) Fail
  421. Not found exception (SS\Tests\Api\Messages\MessageController\getMessageCest::NotFoundException) Ok
  422. Ok (SS\Tests\Api\Messages\MessageController\indexMessageCest::ok) Fail
  423. Authentication exception (SS\Tests\Api\Messages\MessageController\indexMessageCest::AuthenticationException) Ok
  424. Access exception thread (SS\Tests\Api\Messages\MessageController\indexMessageCest::AccessExceptionThread) Fail
  425. Access exception user (SS\Tests\Api\Messages\MessageController\indexMessageCest::AccessExceptionUser) Fail
  426. Created group message (SS\Tests\Api\Messages\MessageController\postMessageCest::createdGroupMessage) Fail
  427. Authentication exception (SS\Tests\Api\Messages\MessageController\postMessageCest::AuthenticationException) Fail
  428. Forbidden exception (SS\Tests\Api\Messages\MessageController\postMessageCest::ForbiddenException) Fail
  429. Validation exception (SS\Tests\Api\Messages\MessageController\postMessageCest::ValidationException) Fail
  430. Created private (SS\Tests\Api\Messages\MessageController\postPrivateMessageCest::createdPrivate) Fail
  431. Authentication exception (SS\Tests\Api\Messages\MessageController\postPrivateMessageCest::AuthenticationException) Ok
  432. Validation exception (SS\Tests\Api\Messages\MessageController\postPrivateMessageCest::ValidationException) Fail
  433. Ok (SS\Tests\Api\Messages\MessageController\putMessageSetReadCest::ok) Fail
  434. Ok (SS\Tests\Api\Messages\MessageThreadsController\deleteMessageThreadCest::ok) Fail
  435. Authentication exception (SS\Tests\Api\Messages\MessageThreadsController\deleteMessageThreadCest::AuthenticationException) Ok
  436. Access exception (SS\Tests\Api\Messages\MessageThreadsController\deleteMessageThreadCest::AccessException) Fail
  437. Validation exception (SS\Tests\Api\Messages\MessageThreadsController\deleteMessageThreadCest::ValidationException) Ok
  438. Ok (SS\Tests\Api\Messages\MessageThreadsController\indexMessageThreadCest::ok) Fail
  439. Authentication exception (SS\Tests\Api\Messages\MessageThreadsController\indexMessageThreadCest::AuthenticationException) Ok
  440. Forbidden exception (SS\Tests\Api\Messages\MessageThreadsController\indexMessageThreadCest::ForbiddenException) Ok
  441. Created (SS\Tests\Api\Messages\MessageThreadsController\postMessageThreadCest::created) Fail
  442. Authentication exception (SS\Tests\Api\Messages\MessageThreadsController\postMessageThreadCest::AuthenticationException) Ok
  443. Validation exception (SS\Tests\Api\Messages\MessageThreadsController\postMessageThreadCest::ValidationException) Fail
  444. Ok (SS\Tests\Api\Messages\MessageThreadsController\putMessageThreadCest::ok) Fail
  445. Authentication exception (SS\Tests\Api\Messages\MessageThreadsController\putMessageThreadCest::AuthenticationException) Ok
  446. Validation exception (SS\Tests\Api\Messages\MessageThreadsController\putMessageThreadCest::ValidationException) Ok
  447. Create new product and remove his (SS\Tests\Api\Products\ProductsController\deleteProductCest::noContent) Ok
  448. Remove non existed product (SS\Tests\Api\Products\ProductsController\deleteProductCest::notFoundException) Ok
  449. Create new product and remove his as non admin (SS\Tests\Api\Products\ProductsController\deleteProductCest::forbiddenException) Ok
  450. Remove product as non authenticated user (SS\Tests\Api\Products\ProductsController\deleteProductCest::authenticationException) Ok
  451. Get product item by id (SS\Tests\Api\Products\ProductsController\getProductsCest::ok) Ok
  452. Get product item by id (without login) (SS\Tests\Api\Products\ProductsController\getProductsCest::authenticationException) Ok
  453. Get product item by not existed id (SS\Tests\Api\Products\ProductsController\getProductsCest::notFoundException) Ok
  454. Get products type by id (SS\Tests\Api\Products\ProductsController\getProductsTypesCest::ok) Ok
  455. Get products type by id as non authenticated user (SS\Tests\Api\Products\ProductsController\getProductsTypesCest::authenticationException) Ok
  456. Get products type by id as normal user (SS\Tests\Api\Products\ProductsController\getProductsTypesCest::forbiddenException) Ok
  457. Get products type by id that not found (SS\Tests\Api\Products\ProductsController\getProductsTypesCest::NotFoundException) Ok
  458. Ok (SS\Tests\Api\Products\ProductsController\indexProductsCest::ok) Ok
  459. Authentication exception (SS\Tests\Api\Products\ProductsController\indexProductsCest::authenticationException) Ok
  460. Get list product types (SS\Tests\Api\Products\ProductsController\indexProductsTypesCest::index) Ok
  461. Get list product types without type_id (SS\Tests\Api\Products\ProductsController\indexProductsTypesCest::validationException) Ok
  462. Get list of products types as non authenticated user (SS\Tests\Api\Products\ProductsController\indexProductsTypesCest::authenticationException) Ok
  463. Get list of products types as normal user (SS\Tests\Api\Products\ProductsController\indexProductsTypesCest::forbiddenException) Ok
  464. Ok (SS\Tests\Api\Products\ProductsController\limitUpsellsPerGameAndUserCest::ok) Fail
  465. Buy limited upsells to ended (SS\Tests\Api\Products\ProductsController\limitedUpsellsCest::buyLimitedUpsellsToEnded) Fail
  466. Forbidden exception (SS\Tests\Api\Products\ProductsController\limitedUpsellsCest::forbiddenException) Fail
  467. Create new gold_pack product (SS\Tests\Api\Products\ProductsController\postProductsCest::created) Ok
  468. Create new reward (SS\Tests\Api\Products\ProductsController\postProductsCest::createReward) Ok
  469. Create new votes_pack product with entitlements (SS\Tests\Api\Products\ProductsController\postProductsCest::createWithEntitlements) Ok
  470. Authentication exception (SS\Tests\Api\Products\ProductsController\postProductsCest::authenticationException) Ok
  471. Forbidden exception (SS\Tests\Api\Products\ProductsController\postProductsCest::forbiddenException) Ok
  472. Validation exception (SS\Tests\Api\Products\ProductsController\postProductsCest::validationException) Ok
  473. Create products type (SS\Tests\Api\Products\ProductsController\postProductsTypesCest::ok) Ok
  474. Create products type without authentication (SS\Tests\Api\Products\ProductsController\postProductsTypesCest::AuthenticationException) Ok
  475. Create products type as normal user (SS\Tests\Api\Products\ProductsController\postProductsTypesCest::ForbiddenException) Ok
  476. Create products type with non valid properties (SS\Tests\Api\Products\ProductsController\postProductsTypesCest::ValidationException) Ok
  477. Update product entitlements (SS\Tests\Api\Products\ProductsController\putProductsCest::updateProduct) Ok
  478. Update product without authentication (SS\Tests\Api\Products\ProductsController\putProductsCest::authenticationException) Ok
  479. Update product with non valid properties (SS\Tests\Api\Products\ProductsController\putProductsCest::validationException) Ok
  480. Update product as normal user (SS\Tests\Api\Products\ProductsController\putProductsCest::forbiddenException) Ok
  481. Update product that not found (SS\Tests\Api\Products\ProductsController\putProductsCest::notFoundException) Ok
  482. Update products type (SS\Tests\Api\Products\ProductsController\putProductsTypesCest::ok) Ok
  483. Update products type without authentication (SS\Tests\Api\Products\ProductsController\putProductsTypesCest::AuthenticationException) Ok
  484. Update products type as normal user (SS\Tests\Api\Products\ProductsController\putProductsTypesCest::ForbiddenException) Ok
  485. Update products type of invalid data (SS\Tests\Api\Products\ProductsController\putProductsTypesCest::ValidationException) Ok
  486. Update products type that not found (SS\Tests\Api\Products\ProductsController\putProductsTypesCest::notFoundException) Ok
  487. Ok (Api\Products\UserProductsController\indexUserProductsCest::ok) Ok
  488. Authentication exception (Api\Products\UserProductsController\indexUserProductsCest::AuthenticationException) Ok
  489. Forbidden exception (Api\Products\UserProductsController\indexUserProductsCest::ForbiddenException) Ok
  490. Ok (Api\Products\UserProductsController\postUserProductsCest::ok) Ok
  491. Ok (Api\Products\UserProductsController\putUserProductsCest::ok) Ok
  492. Ok (SS\Tests\Api\Purchases\PurchasesController\deletePurchaseCest::ok) Ok
  493. Authentication exception (SS\Tests\Api\Purchases\PurchasesController\deletePurchaseCest::authenticationException) Ok
  494. Not found exception (SS\Tests\Api\Purchases\PurchasesController\deletePurchaseCest::notFoundException) Ok
  495. Access exception (SS\Tests\Api\Purchases\PurchasesController\deletePurchaseCest::accessException) Ok
  496. Forbidden exception (SS\Tests\Api\Purchases\PurchasesController\deletePurchaseCest::forbiddenException) Ok
  497. Ok (SS\Tests\Api\Purchases\PurchasesController\indexCest::ok) Ok
  498. Authentication exception (SS\Tests\Api\Purchases\PurchasesController\indexCest::authenticationException) Ok
  499. Created (SS\Tests\Api\Purchases\PurchasesController\initiatePurchaseCest::created) Ok
  500. Authentication exception (SS\Tests\Api\Purchases\PurchasesController\initiatePurchaseCest::authenticationException) Ok
  501. Validation exception (SS\Tests\Api\Purchases\PurchasesController\initiatePurchaseCest::validationException) Ok
  502. Not found exception (SS\Tests\Api\Purchases\PurchasesController\initiatePurchaseCest::notFoundException) Ok
  503. Ok (SS\Tests\Api\Purchases\PurchasesController\productsCest::ok) Ok
  504. Authentication exception (SS\Tests\Api\Purchases\PurchasesController\productsCest::authenticationException) Ok
  505. Forbidden exception (SS\Tests\Api\Purchases\PurchasesController\productsCest::forbiddenException) Ok
  506. Not found exception (SS\Tests\Api\Purchases\PurchasesController\productsCest::notFoundException) Ok
  507. Ok (SS\Tests\Api\Purchases\PurchasesController\removeProductFromPurchaseCest::ok) Ok
  508. Authentication exception (SS\Tests\Api\Purchases\PurchasesController\removeProductFromPurchaseCest::authenticationException) Ok
  509. Not found exception (SS\Tests\Api\Purchases\PurchasesController\removeProductFromPurchaseCest::notFoundException) Ok
  510. Access exception (SS\Tests\Api\Purchases\PurchasesController\removeProductFromPurchaseCest::accessException) Ok
  511. Forbidden exception (SS\Tests\Api\Purchases\PurchasesController\removeProductFromPurchaseCest::forbiddenException) Ok
  512. Ok (SS\Tests\Api\Purchases\PurchasesController\showCest::ok) Ok
  513. Not found exception (SS\Tests\Api\Purchases\PurchasesController\showCest::notFoundException) Ok
  514. Access exception (SS\Tests\Api\Purchases\PurchasesController\showCest::accessException) Ok
  515. Authentication exception (SS\Tests\Api\Purchases\PurchasesController\showCest::authenticationException) Ok
  516. Ok (SS\Tests\Api\Purchases\PurchasesController\updateProductQuantityCest::ok) Ok
  517. Authentication exception (SS\Tests\Api\Purchases\PurchasesController\updateProductQuantityCest::authenticationException) Ok
  518. Access exception (SS\Tests\Api\Purchases\PurchasesController\updateProductQuantityCest::accessException) Ok
  519. Not found exception (SS\Tests\Api\Purchases\PurchasesController\updateProductQuantityCest::notFoundException) Ok
  520. Forbidden exception (SS\Tests\Api\Purchases\PurchasesController\updateProductQuantityCest::forbiddenException) Ok
  521. Buy highlight upsell (SS\Tests\Api\Purchases\VirtualPurchaseController\sendEmailForBuyUpsellCest::buyHighlightUpsell) Fail
  522. Buy promote upsell (SS\Tests\Api\Purchases\VirtualPurchaseController\sendEmailForBuyUpsellCest::buyPromoteUpsell) Fail
  523. Register user a (SS\Tests\Api\Questionnaire\QuestionnaireController\complexQuestionnaireCest::checkAccreditationStatusIsNotSet) Fail
  524. Get questionnaire questions (SS\Tests\Api\Questionnaire\QuestionnaireController\complexQuestionnaireCest::getQuestionnaireQuestions) Fail
  525. Answer questionnaire questions (SS\Tests\Api\Questionnaire\QuestionnaireController\complexQuestionnaireCest::postQuestionnaireAnswers) Fail
  526. Check that accredited status has been set after questionnaire (SS\Tests\Api\Questionnaire\QuestionnaireController\complexQuestionnaireCest::checkAccreditationStatusIsSet) Fail
  527. Register user a (SS\Tests\Api\Questionnaire\QuestionnaireController\getQuestionnaireCest::ok) Fail
  528. Get questionnaire (as unauthorized user) (SS\Tests\Api\Questionnaire\QuestionnaireController\getQuestionnaireCest::accessException) Ok
  529. Register user a (SS\Tests\Api\Questionnaire\QuestionnaireController\postQuestionnaireCest::ok) Fail
  530. Trying to post more answers to questionnaire than needed (server ignores other answers)(as user A) (SS\Tests\Api\Questionnaire\QuestionnaireController\postQuestionnaireCest::okFilterMoreAnswersThanNeeded) Post more answers to questionnaire than needed (server ignores other answers)(as user a) (SS\Tests\Api\Questionnaire\QuestionnaireController\postQuestionnaireCest::okFilterMoreAnswersThanNeeded) Fail
  531. Post answers to questionnaire (as unregistered user) (SS\Tests\Api\Questionnaire\QuestionnaireController\postQuestionnaireCest::accessException) Ok
  532. Post no answers to questionnaire (SS\Tests\Api\Questionnaire\QuestionnaireController\postQuestionnaireCest::validationExceptionNoAnswers) Fail
  533. Post bad answers to questionnaire (SS\Tests\Api\Questionnaire\QuestionnaireController\postQuestionnaireCest::validationExceptionBadAnswers) Fail
  534. Get rs documents (by user a) (SS\Tests\Api\RightSignature\RightSignatureController\indexRSDocumentsCest::ok) Ok
  535. Get rs documents (by unauthorized user) (SS\Tests\Api\RightSignature\RightSignatureController\indexRSDocumentsCest::authenticationException) Ok
  536. Send rs documents of active user (by admin user) (SS\Tests\Api\RightSignature\RightSignatureController\sendRSDocumentsCest::ok) Ok
  537. Send rs documents of user a (by admin user) (SS\Tests\Api\RightSignature\RightSignatureController\sendRSDocumentsCest::okOtherUser) Ok
  538. Send rs documents of active user (by non-admin user a) (SS\Tests\Api\RightSignature\RightSignatureController\sendRSDocumentsCest::forbiddenException) Ok
  539. Send rs documents of active user (by unauthorized user) (SS\Tests\Api\RightSignature\RightSignatureController\sendRSDocumentsCest::authenticationException) Ok
  540. Send rs documents of user a (by non-admin user a) (SS\Tests\Api\RightSignature\RightSignatureController\sendRSDocumentsCest::forbiddenExceptionOtherUser) Ok
  541. Send rs documents of user a (by unauthorized user) (SS\Tests\Api\RightSignature\RightSignatureController\sendRSDocumentsCest::authenticationExceptionOtherUser) Ok
  542. Ok (SS\Tests\Api\Tags\TagsController\indexCest::ok) Ok
  543. Ok search (SS\Tests\Api\Tags\TagsController\indexCest::okSearch) Ok
  544. Create activity (SS\Tests\Api\Timelines\TimelinesController\masterCest::createActivity) Ok
  545. Ok (SS\Tests\Api\Timelines\TimelinesController\masterCest::ok) Ok
  546. Authentication exception (SS\Tests\Api\Timelines\TimelinesController\masterCest::authenticationException) Ok
  547. Create activity (SS\Tests\Api\Timelines\TimelinesController\myFollowCest::createActivity) Ok
  548. Ok (SS\Tests\Api\Timelines\TimelinesController\myFollowCest::ok) Ok
  549. Authentication exception (SS\Tests\Api\Timelines\TimelinesController\myFollowCest::authenticationException) Ok
  550. Create activity (SS\Tests\Api\Timelines\TimelinesController\objectCest::createActivity) Ok
  551. Ok (SS\Tests\Api\Timelines\TimelinesController\objectCest::ok) Ok
  552. Create activity (SS\Tests\Api\Timelines\TimelinesController\userCest::createActivity) Ok
  553. Ok (SS\Tests\Api\Timelines\TimelinesController\userCest::ok) Ok
  554. Authentication exception (SS\Tests\Api\Timelines\TimelinesController\userCest::authenticationException) Ok
  555. Ok (SS\Tests\Api\TitleIDs\TitleIDsController\addTitleIDCest::ok) Ok
  556. Validation exception (SS\Tests\Api\TitleIDs\TitleIDsController\addTitleIDCest::validationException) Ok
  557. Forbidden exception (SS\Tests\Api\TitleIDs\TitleIDsController\addTitleIDCest::forbiddenException) Ok
  558. Ok (SS\Tests\Api\TitleIDs\TitleIDsController\deleteTitleIDCest::ok) Ok
  559. Not found exception (SS\Tests\Api\TitleIDs\TitleIDsController\deleteTitleIDCest::notFoundException) Ok
  560. Forbidden (SS\Tests\Api\TitleIDs\TitleIDsController\deleteTitleIDCest::forbidden) Ok
  561. Ok (SS\Tests\Api\TitleIDs\TitleIDsController\editTitleIDCest::ok) Ok
  562. Not found exception (SS\Tests\Api\TitleIDs\TitleIDsController\editTitleIDCest::notFoundException) Ok
  563. Forbidden (SS\Tests\Api\TitleIDs\TitleIDsController\editTitleIDCest::forbidden) Ok
  564. Validation exception (SS\Tests\Api\TitleIDs\TitleIDsController\editTitleIDCest::validationException) Ok
  565. Ok (SS\Tests\Api\TitleIDs\TitleIDsController\indexCest::ok) Ok
  566. Ok (SS\Tests\Api\TitleIDs\TitleIDsController\suspendTitleIDCest::ok) Ok
  567. Validation exception (SS\Tests\Api\TitleIDs\TitleIDsController\suspendTitleIDCest::validationException) Ok
  568. Forbidden (SS\Tests\Api\TitleIDs\TitleIDsController\suspendTitleIDCest::forbidden) Ok
  569. Ok (Api\Users\GroupController\destroyGroupCest::ok) Ok
  570. Authentication exception (Api\Users\GroupController\destroyGroupCest::AuthenticationException) Ok
  571. Forbidden exception (Api\Users\GroupController\destroyGroupCest::ForbiddenException) Ok
  572. Not found exception (Api\Users\GroupController\destroyGroupCest::NotFoundException) Ok
  573. Get list of groups (Api\Users\GroupController\indexGroupsCest::ok) Ok
  574. Authentication exception (Api\Users\GroupController\indexGroupsCest::AuthenticationException) Ok
  575. Forbidden exception (Api\Users\GroupController\indexGroupsCest::ForbiddenException) Ok
  576. Ok (Api\Users\GroupController\showGroupCest::ok) Ok
  577. Authentication exception (Api\Users\GroupController\showGroupCest::AuthenticationException) Ok
  578. Not found exception (Api\Users\GroupController\showGroupCest::NotFoundException) Ok
  579. Ok (Api\Users\GroupController\storeGroupCest::ok) Ok
  580. Authentication exception (Api\Users\GroupController\storeGroupCest::AuthenticationException) Ok
  581. Forbidden exception (Api\Users\GroupController\storeGroupCest::ForbiddenException) Ok
  582. Validation exception (Api\Users\GroupController\storeGroupCest::ValidationException) Ok
  583. Ok (Api\Users\GroupController\updateGroupsCest::ok) Ok
  584. Authentication exception (Api\Users\GroupController\updateGroupsCest::AuthenticationException) Ok
  585. Forbidden exception (Api\Users\GroupController\updateGroupsCest::ForbiddenException) Ok
  586. Not found exception (Api\Users\GroupController\updateGroupsCest::NotFoundException) Ok
  587. Validation exception (Api\Users\GroupController\updateGroupsCest::ValidationException) Ok
  588. Ok (Api\Users\RolesController\destroyRolesCest::ok) Ok
  589. Authentication exception (Api\Users\RolesController\destroyRolesCest::AuthenticationException) Ok
  590. Forbidden exception (Api\Users\RolesController\destroyRolesCest::ForbiddenException) Ok
  591. Not found exception (Api\Users\RolesController\destroyRolesCest::NotFoundException) Ok
  592. Ok (Api\Users\RolesController\indexRolesCest::ok) Ok
  593. Authentication exception (Api\Users\RolesController\indexRolesCest::AuthenticationException) Ok
  594. Forbidden exception (Api\Users\RolesController\indexRolesCest::ForbiddenException) Ok
  595. Ok (Api\Users\RolesController\showRolesCest::ok) Ok
  596. Authentication exception (Api\Users\RolesController\showRolesCest::AuthenticationException) Ok
  597. Not found exception (Api\Users\RolesController\showRolesCest::NotFoundException) Ok
  598. Ok (Api\Users\RolesController\storeRolesCest::ok) Ok
  599. Authentication exception (Api\Users\RolesController\storeRolesCest::AuthenticationException) Ok
  600. Forbidden exception (Api\Users\RolesController\storeRolesCest::ForbiddenException) Ok
  601. Validation exception (Api\Users\RolesController\storeRolesCest::ValidationException) Ok
  602. Ok (Api\Users\RolesController\updateRolesCest::ok) Ok
  603. Authentication exception (Api\Users\RolesController\updateRolesCest::AuthenticationException) Ok
  604. Forbidden exception (Api\Users\RolesController\updateRolesCest::ForbiddenException) Ok
  605. Not found exception (Api\Users\RolesController\updateRolesCest::NotFoundException) Ok
  606. Validation exception (Api\Users\RolesController\updateRolesCest::ValidationException) Ok
  607. Ok (SS\Tests\Api\Users\UsersController\banCest::ok) Ok
  608. Authentication exception (SS\Tests\Api\Users\UsersController\banCest::authenticationException) Ok
  609. Forbidden exception (SS\Tests\Api\Users\UsersController\banCest::forbiddenException) Ok
  610. Not found exception (SS\Tests\Api\Users\UsersController\banCest::notFoundException) Ok
  611. Check add and update account then same account was deleted (SS\Tests\Api\Users\UsersController\complexUserCest::checkAddAndUpdateAccountThenSameAccountWasDeleted) Ok
  612. Create new user and delete it (Api\Users\UsersController\deleteUserCest::ok) Ok
  613. Delete user but not authentication (Api\Users\UsersController\deleteUserCest::AuthenticationException) Ok
  614. Delete user but not access (Api\Users\UsersController\deleteUserCest::AccessException) Ok
  615. Delete not exists user (Api\Users\UsersController\deleteUserCest::NotFoundException) Ok
  616. Created (SS\Tests\Api\Users\UsersController\emailCaseCest::created) Ok
  617. No content (SS\Tests\Api\Users\UsersController\followCest::noContent) Ok
  618. Authentication exception (SS\Tests\Api\Users\UsersController\followCest::authenticationException) Ok
  619. Ok (SS\Tests\Api\Users\UsersController\followedByCest::ok) Ok
  620. Authentication exception (SS\Tests\Api\Users\UsersController\followedByCest::authenticationException) Ok
  621. Ok (SS\Tests\Api\Users\UsersController\followingCest::ok) Ok
  622. Authentication exception (SS\Tests\Api\Users\UsersController\followingCest::authenticationException) Ok
  623. Ok (SS\Tests\Api\Users\UsersController\getUserByNameCest::ok) Ok
  624. User banned exception (SS\Tests\Api\Users\UsersController\getUserByNameCest::UserBannedException) Ok
  625. User suspended exception (SS\Tests\Api\Users\UsersController\getUserByNameCest::UserSuspendedException) Ok
  626. Not found exception (SS\Tests\Api\Users\UsersController\getUserByNameCest::NotFoundException) Ok
  627. Ok (SS\Tests\Api\Users\UsersController\getUserCest::ok) Ok
  628. Access exception (SS\Tests\Api\Users\UsersController\getUserCest::accessException) Ok
  629. Not found exception (SS\Tests\Api\Users\UsersController\getUserCest::notFoundException) Ok
  630. Ok (Api\Users\UsersController\getWalletCest::ok) Ok
  631. Authentication exception (Api\Users\UsersController\getWalletCest::AuthenticationException) Ok
  632. Forbidden exception (Api\Users\UsersController\getWalletCest::ForbiddenException) Ok
  633. Validation exception (Api\Users\UsersController\getWalletCest::ValidationException) Ok
  634. Get profiles (SS\Tests\Api\Users\UsersController\indexUsersCest::ok) Ok
  635. Ok per page (SS\Tests\Api\Users\UsersController\indexUsersCest::okPerPage) Ok
  636. Ok with term (SS\Tests\Api\Users\UsersController\indexUsersCest::okWithTerm) Ok
  637. Get profiles without authentication (SS\Tests\Api\Users\UsersController\indexUsersCest::authenticationException) Ok
  638. Create user (SS\Tests\Api\Users\UsersController\isOnlineCest::createUser) Ok
  639. Ok (SS\Tests\Api\Users\UsersController\isOnlineCest::ok) Ok
  640. Create user (SS\Tests\Api\Users\UsersController\onlineUsersCest::createUser) Ok
  641. Ok (SS\Tests\Api\Users\UsersController\onlineUsersCest::ok) Ok
  642. Ok (SS\Tests\Api\Users\UsersController\passwordResetCest::ok) Ok
  643. Not found exception (SS\Tests\Api\Users\UsersController\passwordResetCest::notFoundException) Ok
  644. User banned exception (SS\Tests\Api\Users\UsersController\passwordResetCest::userBannedException) Ok
  645. User suspended exception (SS\Tests\Api\Users\UsersController\passwordResetCest::userSuspendedException) Ok
  646. No content (SS\Tests\Api\Users\UsersController\passwordResetConfirmation::noContent) Ok
  647. Validation exception (SS\Tests\Api\Users\UsersController\passwordResetConfirmation::validationException) Ok
  648. Forbidden exception (SS\Tests\Api\Users\UsersController\passwordResetConfirmation::forbiddenException) Ok
  649. Ok (SS\Tests\Api\Users\UsersController\removeAvatarCest::ok) Ok
  650. Reset user's avatar (attached by user) under admin (SS\Tests\Api\Users\UsersController\removeAvatarCest::okAdmin) Ok
  651. User banned exception (SS\Tests\Api\Users\UsersController\removeAvatarCest::userBannedException) Ok
  652. User suspended exception (SS\Tests\Api\Users\UsersController\removeAvatarCest::userSuspendedException) Ok
  653. Authentication exception (SS\Tests\Api\Users\UsersController\removeAvatarCest::authenticationException) Ok
  654. Validation exception (SS\Tests\Api\Users\UsersController\removeAvatarCest::validationException) Ok
  655. Forbidden exception (SS\Tests\Api\Users\UsersController\removeAvatarCest::forbiddenException) Ok
  656. Delete my banner (SS\Tests\Api\Users\UsersController\removeBannerCest::ok) Ok
  657. Reset user's banner (attached by user) under admin (SS\Tests\Api\Users\UsersController\removeBannerCest::okAdmin) Ok
  658. User banned exception (SS\Tests\Api\Users\UsersController\removeBannerCest::userBannedException) Ok
  659. User suspended exception (SS\Tests\Api\Users\UsersController\removeBannerCest::userSuspendedException) Ok
  660. Authentication exception (SS\Tests\Api\Users\UsersController\removeBannerCest::authenticationException) Ok
  661. Validation exception (SS\Tests\Api\Users\UsersController\removeBannerCest::validationException) Ok
  662. Forbidden exception (SS\Tests\Api\Users\UsersController\removeBannerCest::forbiddenException) Ok
  663. Ok (SS\Tests\Api\Users\UsersController\setAvatarCest::ok) Ok
  664. Create asset under admin and attach it to user avatar (SS\Tests\Api\Users\UsersController\setAvatarCest::okAdminToAnotherUser) Ok
  665. User banned exception (SS\Tests\Api\Users\UsersController\setAvatarCest::userBannedException) Ok
  666. User suspended exception (SS\Tests\Api\Users\UsersController\setAvatarCest::userSuspendedException) Ok
  667. Authentication exception (SS\Tests\Api\Users\UsersController\setAvatarCest::authenticationException) Ok
  668. Validation exception (SS\Tests\Api\Users\UsersController\setAvatarCest::validationException) Ok
  669. Ensure that user can not use other user's asset as avatar (SS\Tests\Api\Users\UsersController\setAvatarCest::validationExceptionNotOwnerNotAdmin) Ok
  670. Access exception (SS\Tests\Api\Users\UsersController\setAvatarCest::accessException) Ok
  671. Ok (SS\Tests\Api\Users\UsersController\setBannerCest::ok) Ok
  672. Create asset under admin and attach it to user banner (SS\Tests\Api\Users\UsersController\setBannerCest::okAdminToAnotherUser) Ok
  673. User banned exception (SS\Tests\Api\Users\UsersController\setBannerCest::userBannedException) Ok
  674. User suspended exception (SS\Tests\Api\Users\UsersController\setBannerCest::userSuspendedException) Ok
  675. Authentication exception (SS\Tests\Api\Users\UsersController\setBannerCest::authenticationException) Ok
  676. Validation exception (SS\Tests\Api\Users\UsersController\setBannerCest::validationException) Ok
  677. Ensure that user can not use other user's asset as banner (SS\Tests\Api\Users\UsersController\setBannerCest::validationExceptionNotOwnerNotAdmin) Ok
  678. Access exception (SS\Tests\Api\Users\UsersController\setBannerCest::accessException) Ok
  679. Ok (SS\Tests\Api\Users\UsersController\showSelfCest::ok) Ok
  680. User banned exception (SS\Tests\Api\Users\UsersController\showSelfCest::UserBannedException) Ok
  681. User suspended exception (SS\Tests\Api\Users\UsersController\showSelfCest::UserSuspendedException) Ok
  682. Authentication exception (SS\Tests\Api\Users\UsersController\showSelfCest::authenticationException) Ok
  683. Created (SS\Tests\Api\Users\UsersController\storeUserCest::created) Ok
  684. Create shadow user under non-platform title id with invites enabled (SS\Tests\Api\Users\UsersController\storeUserCest::okShadowPlatformTitleID) Fail
  685. Validation exception (SS\Tests\Api\Users\UsersController\storeUserCest::validationException) Fail
  686. Ensure non-shadow user can not be created with age less then 18 (SS\Tests\Api\Users\UsersController\storeUserCest::validationExceptionBirthdayNonShadow) Ok
  687. Ensure non-shadow user can not be updated with age less then 18 (SS\Tests\Api\Users\UsersController\storeUserCest::validationExceptionUpdateBirthdayNonShadow) Ok
  688. Ensure that shadow user can not be created under platform title id (SS\Tests\Api\Users\UsersController\storeUserCest::validationExceptionShadowPlatformTitleID) Ok
  689. Ensure that user can not be updates to become shadow under platform title id (SS\Tests\Api\Users\UsersController\storeUserCest::validationExceptionUpdateShadowPlatformTitleID) Ok
  690. Forbidden exception (SS\Tests\Api\Users\UsersController\storeUserCest::forbiddenException) Ok
  691. Ok (SS\Tests\Api\Users\UsersController\suspendCest::ok) Ok
  692. Authentication exception (SS\Tests\Api\Users\UsersController\suspendCest::authenticationException) Ok
  693. Forbidden exception (SS\Tests\Api\Users\UsersController\suspendCest::forbiddenException) Ok
  694. Not found exception (SS\Tests\Api\Users\UsersController\suspendCest::notFoundException) Ok
  695. No content (SS\Tests\Api\Users\UsersController\unFollow::noContent) Ok
  696. Authentication exception (SS\Tests\Api\Users\UsersController\unFollow::authenticationException) Ok
  697. Forbidden exception (SS\Tests\Api\Users\UsersController\unFollow::forbiddenException) Ok
  698. Not found exception (SS\Tests\Api\Users\UsersController\unFollow::notFoundException) Ok
  699. Create user (SS\Tests\Api\Users\UsersController\unbanCest::createUser) Ok
  700. Ok (SS\Tests\Api\Users\UsersController\unbanCest::ok) Ok
  701. Authentication exception (SS\Tests\Api\Users\UsersController\unbanCest::authenticationException) Ok
  702. Forbidden exception (SS\Tests\Api\Users\UsersController\unbanCest::forbiddenException) Ok
  703. Not found exception (SS\Tests\Api\Users\UsersController\unbanCest::notFoundException) Ok
  704. Create user (SS\Tests\Api\Users\UsersController\unsuspendCest::createUser) Fail
  705. Ok (SS\Tests\Api\Users\UsersController\unsuspendCest::ok) Fail
  706. Authentication exception (SS\Tests\Api\Users\UsersController\unsuspendCest::authenticationException) Fail
  707. Forbidden exception (SS\Tests\Api\Users\UsersController\unsuspendCest::forbiddenException) Fail
  708. Not found exception (SS\Tests\Api\Users\UsersController\unsuspendCest::notFoundException) Fail
  709. Ok (SS\Tests\Api\Users\UsersController\updateUserCest::ok) Fail
  710. Admin change email (SS\Tests\Api\Users\UsersController\updateUserCest::adminChangeEmail) Fail
  711. Login with changed email (SS\Tests\Api\Users\UsersController\updateUserCest::loginWithChangedEmail) Fail
  712. User banned exception (SS\Tests\Api\Users\UsersController\updateUserCest::UserBannedException) Fail
  713. User suspended exception (SS\Tests\Api\Users\UsersController\updateUserCest::UserSuspendedException) Ok
  714. Access exception (SS\Tests\Api\Users\UsersController\updateUserCest::AccessException) Fail
  715. Validation exception (SS\Tests\Api\Users\UsersController\updateUserCest::ValidationException) Fail
  716. Not found exception (SS\Tests\Api\Users\UsersController\updateUserCest::notFoundException) Fail
  717. Forbidden exception (SS\Tests\Api\Users\UsersController\updateUserCest::forbiddenException) Fail
  718. No content (SS\Tests\Api\Users\UsersController\verifyCest::noContent) Fail
  719. Not found exception (SS\Tests\Api\Users\UsersController\verifyCest::NotFoundException) Fail
  720. Validation exception (SS\Tests\Api\Users\UsersController\verifyCest::validationException) Fail
  721. Forbidden exception (SS\Tests\Api\Users\UsersController\verifyCest::forbiddenException) Fail
  722. Ok (SS\Tests\Api\Wallets\WalletsController\balanceCest::ok) Fail
  723. User banned exception (SS\Tests\Api\Wallets\WalletsController\balanceCest::userBannedException) Ok
  724. User suspended exception (SS\Tests\Api\Wallets\WalletsController\balanceCest::userSuspendedException) Ok
  725. Authenticate exception (SS\Tests\Api\Wallets\WalletsController\balanceCest::authenticateException) Ok
  726. Credit as admin (SS\Tests\Api\Wallets\WalletsController\transactionCest::creditAsAdmin) Fail
  727. --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  728.  
  729.  
  730. Time: 52.93 minutes, Memory: 61.75Mb
  731.  
  732. There were 2 errors:
  733.  
  734. ---------
  735. 1) Failed to correct voter user name field in SS\Tests\Api\Games\GamesController\timelineVoteCest::correctVoterUserNameField (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Games/GamesController/timelineVoteCest.php)
  736. Couldn't grab data from json response "data":
  737. PHPUnit_Framework_Exception: Undefined index: message
  738.  
  739. Scenario Steps:
  740. 59. I grab data from json response "data"
  741. 58. I see response code is 200
  742. 57. I see response is json
  743. 56. I send get "timelines/object/85/game"
  744. 55. I see response code is 200
  745. 54. I see response is json
  746. 53. I send post "games/85/vote",{"vote":1}
  747.  
  748. #1 /home/unit/www/brightlocker_api/app/src/SS/Tests/Api/Games/GamesController/timelineVoteCest.php:28
  749. #2 SS\Tests\Api\Games\GamesController\timelineVoteCest->correctVoterUserNameField
  750. #3 Codeception\TestCase\Cest->testCodecept
  751.  
  752. ---------
  753. 2) Failed to ok in SS\Tests\Api\Games\Lifecycles\LifecyclesController\currentLifecycleCest::ok (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Lifecycles/LifecyclesController/currentLifecycleCest.php)
  754. Couldn't send post "lifecycles/1/start":
  755. GuzzleHttp\Exception\RequestException: cURL error 28: Operation timed out after 30000 milliseconds with 0 bytes received
  756.  
  757. Scenario Steps:
  758. 93. I send post "lifecycles/1/start"
  759. 92. I grab data from response by json path "$.data"
  760. 91. I see response code is 201
  761. 90. I see response is json
  762. 89. I send post "lifecycles",{"name":"Lifecycle id [55e45b3bd83d2]","description":"Description","type":"active_group","start_date":"2015-09-01 13:48:43","top_games_number":4,"end_date":"2015-09-02 13:48:43","enabled":true}
  763. 88. I new lifecycle date time
  764. 87. I new lifecycle date time
  765.  
  766. #1 /home/unit/www/brightlocker_api/vendor/guzzlehttp/guzzle/src/Adapter/Curl/CurlAdapter.php:114
  767. #2 /home/unit/www/brightlocker_api/vendor/guzzlehttp/guzzle/src/Adapter/Curl/CurlAdapter.php:91
  768. #3 /home/unit/www/brightlocker_api/vendor/guzzlehttp/guzzle/src/Adapter/StreamingProxyAdapter.php:34
  769. #4 /home/unit/www/brightlocker_api/vendor/guzzlehttp/guzzle/src/Client.php:193
  770. #5 /home/unit/www/brightlocker_api/vendor/symfony/browser-kit/Symfony/Component/BrowserKit/Client.php:327
  771. #6 Codeception\Module\REST->sendPOST
  772. #7 /home/unit/www/brightlocker_api/app/src/SS/Tests/Api/ApiTester.php:233
  773. #8 /home/unit/www/brightlocker_api/app/src/SS/Tests/Api/Lifecycles/LifecyclesController/currentLifecycleCest.php:17
  774. #9 SS\Tests\Api\Games\Lifecycles\LifecyclesController\currentLifecycleCest->ok
  775. #10 Codeception\TestCase\Cest->testCodecept
  776.  
  777. --
  778.  
  779. There were 57 failures:
  780.  
  781. ---------
  782. 1) Failed to funding goal email notification in SS\Tests\Api\Games\Rewards\RewardFunding\FundingGoalReachedCest::fundingGoalEmailNotification (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Games/Rewards/RewardFunding/FundingGoalReachedCest.php)
  783. Couldn't see response code is 200:
  784. Failed asserting that '422' matches expected 200.
  785.  
  786. Scenario Steps:
  787. 97. I see response code is 200
  788. 96. I see response is json
  789. 95. I send post "wallets/debit_transaction",{"user_id":45,"currency_id":2,"amount":475}
  790. 94. I have http header "Content-Type","application/json"
  791. 93. I have http header "X-Auth-Token","3f0052215f8d2303959762093e25ad9803acad12c12e0300aab02fb462105900"
  792. 92. I grab data from json response "access_token"
  793. 91. I see response is json
  794.  
  795.  
  796. ---------
  797. 2) Failed to create 4 games (4 users), create lifecycle (top games = 2), start it, finish it and check results in SS\Tests\Api\Games\Lifecycles\LifecyclesController\complexLifecycleCest::ok (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Lifecycles/LifecyclesController/complexLifecycleCest.php)
  798. Couldn't see response code is 201:
  799. Failed asserting that '403' matches expected 201.
  800.  
  801. Scenario Steps:
  802. 127. I see response code is 201
  803. 126. I see response is json
  804. 125. I send post "accounts",{"location":"Charlotte Amalie","country":"Virgin Islands","postal_code":"00801","profile_name":"p14410289187480","email":"55e45b36b6a1f@mail.com","password":"123456789","birthday":"1976-07-25","roles":["user"],"tos_accept":1}
  805. 124. I have http header "Accept","application/json"
  806. 123. I have http header "Content-Type","application/json"
  807. 122. I create random user "ApiTester"
  808. 121. I unset header "X-Auth-Token"
  809.  
  810.  
  811. ---------
  812. 3) Failed to ok in SS\Tests\Api\Messages\MessageController\deleteMessageCest::ok (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Messages/MessageController/deleteMessageCest.php)
  813. Couldn't see response code is 201:
  814. Failed asserting that '403' matches expected 201.
  815.  
  816. Scenario Steps:
  817. 6. I see response code is 201
  818. 5. I see response is json
  819. 4. I send post "accounts",{"location":"Charlotte Amalie","country":"Virgin Islands","postal_code":"00804","profile_name":"p14410290169235","email":"55e45b98e17b3@mail.com","password":"123456789","birthday":"1994-04-05","roles":["user"],"tos_accept":1}
  820. 3. I have http header "Accept","application/json"
  821. 2. I have http header "Content-Type","application/json"
  822. 1. I create random user "ApiTester"
  823.  
  824.  
  825. ---------
  826. 4) Failed to update last message in SS\Tests\Api\Messages\MessageController\deleteMessageCest::updateLastMessage (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Messages/MessageController/deleteMessageCest.php)
  827. Couldn't see response code is 201:
  828. Failed asserting that '403' matches expected 201.
  829.  
  830. Scenario Steps:
  831. 6. I see response code is 201
  832. 5. I see response is json
  833. 4. I send post "accounts",{"location":"Charlotte AMA","country":"Virgin Islands","postal_code":"00803","profile_name":"p14410290169561","email":"55e45b98e96ee@mail.com","password":"123456789","birthday":"1992-06-10","roles":["user"],"tos_accept":1}
  834. 3. I have http header "Accept","application/json"
  835. 2. I have http header "Content-Type","application/json"
  836. 1. I create random user "ApiTester"
  837.  
  838.  
  839. ---------
  840. 5) Failed to ok in SS\Tests\Api\Messages\MessageController\getMessageCest::ok (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Messages/MessageController/getMessageCest.php)
  841. Couldn't see response code is 201:
  842. Failed asserting that '403' matches expected 201.
  843.  
  844. Scenario Steps:
  845. 6. I see response code is 201
  846. 5. I see response is json
  847. 4. I send post "accounts",{"location":"Charlotte Amalie","country":"Virgin Islands","postal_code":"00801","profile_name":"p14410290172529","email":"55e45b993dc15@mail.com","password":"123456789","birthday":"1995-10-18","roles":["user"],"tos_accept":1}
  848. 3. I have http header "Accept","application/json"
  849. 2. I have http header "Content-Type","application/json"
  850. 1. I create random user "ApiTester"
  851.  
  852.  
  853. ---------
  854. 6) Failed to access exception in SS\Tests\Api\Messages\MessageController\getMessageCest::AccessException (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Messages/MessageController/getMessageCest.php)
  855. Couldn't see response code is 201:
  856. Failed asserting that '403' matches expected 201.
  857.  
  858. Scenario Steps:
  859. 6. I see response code is 201
  860. 5. I see response is json
  861. 4. I send post "accounts",{"location":"Charlotte Amalie","country":"Virgin Islands","postal_code":"00802","profile_name":"p14410290172890","email":"55e45b994691a@mail.com","password":"123456789","birthday":"1964-08-14","roles":["user"],"tos_accept":1}
  862. 3. I have http header "Accept","application/json"
  863. 2. I have http header "Content-Type","application/json"
  864. 1. I create random user "ApiTester"
  865.  
  866.  
  867. ---------
  868. 7) Failed to ok in SS\Tests\Api\Messages\MessageController\indexMessageCest::ok (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Messages/MessageController/indexMessageCest.php)
  869. Couldn't see response code is 201:
  870. Failed asserting that '403' matches expected 201.
  871.  
  872. Scenario Steps:
  873. 6. I see response code is 201
  874. 5. I see response is json
  875. 4. I send post "accounts",{"location":"Charlotte Amalie","country":"Virgin Islands","postal_code":"00801","profile_name":"p14410290176553","email":"55e45b99a000c@mail.com","password":"123456789","birthday":"1995-03-09","roles":["user"],"tos_accept":1}
  876. 3. I have http header "Accept","application/json"
  877. 2. I have http header "Content-Type","application/json"
  878. 1. I create random user "ApiTester"
  879.  
  880.  
  881. ---------
  882. 8) Failed to access exception thread in SS\Tests\Api\Messages\MessageController\indexMessageCest::AccessExceptionThread (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Messages/MessageController/indexMessageCest.php)
  883. Couldn't see response code is 201:
  884. Failed asserting that '403' matches expected 201.
  885.  
  886. Scenario Steps:
  887. 6. I see response code is 201
  888. 5. I see response is json
  889. 4. I send post "accounts",{"location":"Charlotte AMA","country":"Virgin Islands","postal_code":"00804","profile_name":"p14410290176897","email":"55e45b99a8643@mail.com","password":"123456789","birthday":"1984-12-18","roles":["user"],"tos_accept":1}
  890. 3. I have http header "Accept","application/json"
  891. 2. I have http header "Content-Type","application/json"
  892. 1. I create random user "ApiTester"
  893.  
  894.  
  895. ---------
  896. 9) Failed to access exception user in SS\Tests\Api\Messages\MessageController\indexMessageCest::AccessExceptionUser (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Messages/MessageController/indexMessageCest.php)
  897. Couldn't see response code is 201:
  898. Failed asserting that '403' matches expected 201.
  899.  
  900. Scenario Steps:
  901. 7. I see response code is 201
  902. 6. I see response is json
  903. 5. I send post "accounts",{"location":"Charlotte Amalie","country":"Virgin Islands","postal_code":"00803","profile_name":"p14410290177094","email":"55e45b99ad340@mail.com","password":"123456789","birthday":"1961-03-11","roles":["user"],"tos_accept":1}
  904. 4. I have http header "Accept","application/json"
  905. 3. I have http header "Content-Type","application/json"
  906. 2. I create random user "ApiTester"
  907. 1. I enable x debug cookie
  908.  
  909.  
  910. ---------
  911. 10) Failed to created group message in SS\Tests\Api\Messages\MessageController\postMessageCest::createdGroupMessage (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Messages/MessageController/postMessageCest.php)
  912. Couldn't see response code is 201:
  913. Failed asserting that '403' matches expected 201.
  914.  
  915. Scenario Steps:
  916. 6. I see response code is 201
  917. 5. I see response is json
  918. 4. I send post "accounts",{"location":"Charlotte Amalie","country":"Virgin Islands","postal_code":"00801","profile_name":"p14410290177305","email":"55e45b99b258e@mail.com","password":"123456789","birthday":"1956-12-16","roles":["user"],"tos_accept":1}
  919. 3. I have http header "Accept","application/json"
  920. 2. I have http header "Content-Type","application/json"
  921. 1. I create random user "ApiTester"
  922.  
  923.  
  924. ---------
  925. 11) Failed to authentication exception in SS\Tests\Api\Messages\MessageController\postMessageCest::AuthenticationException (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Messages/MessageController/postMessageCest.php)
  926. Couldn't see response code is 201:
  927. Failed asserting that '403' matches expected 201.
  928.  
  929. Scenario Steps:
  930. 6. I see response code is 201
  931. 5. I see response is json
  932. 4. I send post "accounts",{"location":"Charlotte AMA","country":"Virgin Islands","postal_code":"00804","profile_name":"p14410290177495","email":"55e45b99b6ff4@mail.com","password":"123456789","birthday":"1986-08-13","roles":["user"],"tos_accept":1}
  933. 3. I have http header "Accept","application/json"
  934. 2. I have http header "Content-Type","application/json"
  935. 1. I create random user "ApiTester"
  936.  
  937.  
  938. ---------
  939. 12) Failed to forbidden exception in SS\Tests\Api\Messages\MessageController\postMessageCest::ForbiddenException (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Messages/MessageController/postMessageCest.php)
  940. Couldn't see response code is 201:
  941. Failed asserting that '403' matches expected 201.
  942.  
  943. Scenario Steps:
  944. 6. I see response code is 201
  945. 5. I see response is json
  946. 4. I send post "accounts",{"location":"Charlotte Amalie","country":"Virgin Islands","postal_code":"00804","profile_name":"p14410290177693","email":"55e45b99bbd7f@mail.com","password":"123456789","birthday":"1966-02-27","roles":["user"],"tos_accept":1}
  947. 3. I have http header "Accept","application/json"
  948. 2. I have http header "Content-Type","application/json"
  949. 1. I create random user "ApiTester"
  950.  
  951.  
  952. ---------
  953. 13) Failed to validation exception in SS\Tests\Api\Messages\MessageController\postMessageCest::ValidationException (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Messages/MessageController/postMessageCest.php)
  954. Couldn't see response code is 201:
  955. Failed asserting that '403' matches expected 201.
  956.  
  957. Scenario Steps:
  958. 6. I see response code is 201
  959. 5. I see response is json
  960. 4. I send post "accounts",{"location":"Charlotte Amalie","country":"Virgin Islands","postal_code":"00802","profile_name":"p14410290177883","email":"55e45b99c0779@mail.com","password":"123456789","birthday":"1954-08-18","roles":["user"],"tos_accept":1}
  961. 3. I have http header "Accept","application/json"
  962. 2. I have http header "Content-Type","application/json"
  963. 1. I create random user "ApiTester"
  964.  
  965.  
  966. ---------
  967. 14) Failed to created private in SS\Tests\Api\Messages\MessageController\postPrivateMessageCest::createdPrivate (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Messages/MessageController/postPrivateMessageCest.php)
  968. Couldn't see response code is 201:
  969. Failed asserting that '403' matches expected 201.
  970.  
  971. Scenario Steps:
  972. 8. I see response code is 201
  973. 7. I see response is json
  974. 6. I send post "accounts",{"location":"Charlotte Amalie","country":"Virgin Islands","postal_code":"00804","profile_name":"p14410290178097","email":"55e45b99c5b38@mail.com","password":"123456789","birthday":"1953-08-19","roles":["user"],"tos_accept":1}
  975. 5. I have http header "Accept","application/json"
  976. 4. I have http header "Content-Type","application/json"
  977. 3. I create random user "ApiTester"
  978. 2. I have http header "Accept","application/json"
  979.  
  980.  
  981. ---------
  982. 15) Failed to validation exception in SS\Tests\Api\Messages\MessageController\postPrivateMessageCest::ValidationException (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Messages/MessageController/postPrivateMessageCest.php)
  983. Couldn't see response code is 201:
  984. Failed asserting that '403' matches expected 201.
  985.  
  986. Scenario Steps:
  987. 8. I see response code is 201
  988. 7. I see response is json
  989. 6. I send post "accounts",{"location":"Charlotte Amalie","country":"Virgin Islands","postal_code":"00804","profile_name":"p14410290178430","email":"55e45b99cdd4c@mail.com","password":"123456789","birthday":"1978-06-07","roles":["user"],"tos_accept":1}
  990. 5. I have http header "Accept","application/json"
  991. 4. I have http header "Content-Type","application/json"
  992. 3. I create random user "ApiTester"
  993. 2. I have http header "Accept","application/json"
  994.  
  995.  
  996. ---------
  997. 16) Failed to ok in SS\Tests\Api\Messages\MessageController\putMessageSetReadCest::ok (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Messages/MessageController/putMessageSetReadCest.php)
  998. Couldn't see response code is 201:
  999. Failed asserting that '403' matches expected 201.
  1000.  
  1001. Scenario Steps:
  1002. 8. I see response code is 201
  1003. 7. I see response is json
  1004. 6. I send post "accounts",{"location":"Charlotte Amalie","country":"Virgin Islands","postal_code":"00803","profile_name":"p14410290178621","email":"55e45b99d27fa@mail.com","password":"123456789","birthday":"1969-10-24","roles":["user"],"tos_accept":1}
  1005. 5. I have http header "Accept","application/json"
  1006. 4. I have http header "Content-Type","application/json"
  1007. 3. I create random user "ApiTester"
  1008. 2. I have http header "Accept","application/json"
  1009.  
  1010.  
  1011. ---------
  1012. 17) Failed to ok in SS\Tests\Api\Messages\MessageThreadsController\deleteMessageThreadCest::ok (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Messages/MessageThreadsController/deleteMessageThreadCest.php)
  1013. Couldn't see response code is 201:
  1014. Failed asserting that '403' matches expected 201.
  1015.  
  1016. Scenario Steps:
  1017. 6. I see response code is 201
  1018. 5. I see response is json
  1019. 4. I send post "accounts",{"location":"Charlotte AMA","country":"Virgin Islands","postal_code":"00801","profile_name":"p14410290178833","email":"55e45b99d7abe@mail.com","password":"123456789","birthday":"1960-11-04","roles":["user"],"tos_accept":1}
  1020. 3. I have http header "Accept","application/json"
  1021. 2. I have http header "Content-Type","application/json"
  1022. 1. I create random user "ApiTester"
  1023.  
  1024.  
  1025. ---------
  1026. 18) Failed to access exception in SS\Tests\Api\Messages\MessageThreadsController\deleteMessageThreadCest::AccessException (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Messages/MessageThreadsController/deleteMessageThreadCest.php)
  1027. Couldn't see response code is 201:
  1028. Failed asserting that '403' matches expected 201.
  1029.  
  1030. Scenario Steps:
  1031. 6. I see response code is 201
  1032. 5. I see response is json
  1033. 4. I send post "accounts",{"location":"Charlotte AMA","country":"Virgin Islands","postal_code":"00803","profile_name":"p14410290187890","email":"55e45b9ac0a40@mail.com","password":"123456789","birthday":"1959-10-16","roles":["user"],"tos_accept":1}
  1034. 3. I have http header "Accept","application/json"
  1035. 2. I have http header "Content-Type","application/json"
  1036. 1. I create random user "ApiTester"
  1037.  
  1038.  
  1039. ---------
  1040. 19) Failed to ok in SS\Tests\Api\Messages\MessageThreadsController\indexMessageThreadCest::ok (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Messages/MessageThreadsController/indexMessageThreadCest.php)
  1041. Couldn't see response code is 201:
  1042. Failed asserting that '403' matches expected 201.
  1043.  
  1044. Scenario Steps:
  1045. 8. I see response code is 201
  1046. 7. I see response is json
  1047. 6. I send post "accounts",{"location":"Charlotte AMA","country":"Virgin Islands","postal_code":"00804","profile_name":"p14410290197654","email":"55e45b9bbae03@mail.com","password":"123456789","birthday":"1962-06-18","roles":["user"],"tos_accept":1}
  1048. 5. I have http header "Accept","application/json"
  1049. 4. I have http header "Content-Type","application/json"
  1050. 3. I create random user "ApiTester"
  1051. 2. I have http header "Accept","application/json"
  1052.  
  1053.  
  1054. ---------
  1055. 20) Failed to created in SS\Tests\Api\Messages\MessageThreadsController\postMessageThreadCest::created (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Messages/MessageThreadsController/postMessageThreadCest.php)
  1056. Couldn't see response code is 201:
  1057. Failed asserting that '403' matches expected 201.
  1058.  
  1059. Scenario Steps:
  1060. 8. I see response code is 201
  1061. 7. I see response is json
  1062. 6. I send post "accounts",{"location":"Charlotte Amalie","country":"Virgin Islands","postal_code":"00802","profile_name":"p14410290201131","email":"55e45b9c1ba13@mail.com","password":"123456789","birthday":"1958-11-15","roles":["user"],"tos_accept":1}
  1063. 5. I have http header "Accept","application/json"
  1064. 4. I have http header "Content-Type","application/json"
  1065. 3. I create random user "ApiTester"
  1066. 2. I have http header "Accept","application/json"
  1067.  
  1068.  
  1069. ---------
  1070. 21) Failed to validation exception in SS\Tests\Api\Messages\MessageThreadsController\postMessageThreadCest::ValidationException (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Messages/MessageThreadsController/postMessageThreadCest.php)
  1071. Couldn't see response code is 201:
  1072. Failed asserting that '403' matches expected 201.
  1073.  
  1074. Scenario Steps:
  1075. 8. I see response code is 201
  1076. 7. I see response is json
  1077. 6. I send post "accounts",{"location":"Charlotte Amalie","country":"Virgin Islands","postal_code":"00802","profile_name":"p14410290201470","email":"55e45b9c23e82@mail.com","password":"123456789","birthday":"1980-08-08","roles":["user"],"tos_accept":1}
  1078. 5. I have http header "Accept","application/json"
  1079. 4. I have http header "Content-Type","application/json"
  1080. 3. I create random user and login "ApiTester"
  1081. 2. I have http header "Accept","application/json"
  1082.  
  1083.  
  1084. ---------
  1085. 22) Failed to ok in SS\Tests\Api\Messages\MessageThreadsController\putMessageThreadCest::ok (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Messages/MessageThreadsController/putMessageThreadCest.php)
  1086. Couldn't see response code is 201:
  1087. Failed asserting that '403' matches expected 201.
  1088.  
  1089. Scenario Steps:
  1090. 8. I see response code is 201
  1091. 7. I see response is json
  1092. 6. I send post "accounts",{"location":"Charlotte AMA","country":"Virgin Islands","postal_code":"00801","profile_name":"p14410290201660","email":"55e45b9c288cb@mail.com","password":"123456789","birthday":"1953-03-25","roles":["user"],"tos_accept":1}
  1093. 5. I have http header "Accept","application/json"
  1094. 4. I have http header "Content-Type","application/json"
  1095. 3. I create random user "ApiTester"
  1096. 2. I have http header "Accept","application/json"
  1097.  
  1098.  
  1099. ---------
  1100. 23) Failed to ok in SS\Tests\Api\Products\ProductsController\limitUpsellsPerGameAndUserCest::ok (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Products/ProductsController/limitUpsellsPerGameAndUserCest.php)
  1101. Couldn't see response code is 201:
  1102. Failed asserting that '403' matches expected 201.
  1103.  
  1104. Scenario Steps:
  1105. 8. I see response code is 201
  1106. 7. I see response is json
  1107. 6. I send post "accounts",{"location":"Charlotte Amalie","country":"Virgin Islands","postal_code":"00804","profile_name":"p14410290358547","email":"55e45babd0ae8@mail.com","password":"123456789","birthday":"1994-06-01","roles":["user"],"tos_accept":1}
  1108. 5. I have http header "Accept","application/json"
  1109. 4. I have http header "Content-Type","application/json"
  1110. 3. I create random user "ApiTester"
  1111. 2. I have http header "Accept","application/json"
  1112.  
  1113.  
  1114. ---------
  1115. 24) Failed to buy limited upsells to ended in SS\Tests\Api\Products\ProductsController\limitedUpsellsCest::buyLimitedUpsellsToEnded (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Products/ProductsController/limitedUpsellsCest.php)
  1116. Couldn't see response code is 201:
  1117. Failed asserting that '403' matches expected 201.
  1118.  
  1119. Scenario Steps:
  1120. 8. I see response code is 201
  1121. 7. I see response is json
  1122. 6. I send post "accounts",{"location":"Charlotte AMA","country":"Virgin Islands","postal_code":"00802","profile_name":"p14410290358741","email":"55e45babd56c0@mail.com","password":"123456789","birthday":"1959-10-20","roles":["user"],"tos_accept":1}
  1123. 5. I have http header "Accept","application/json"
  1124. 4. I have http header "Content-Type","application/json"
  1125. 3. I create random user and login "ApiTester"
  1126. 2. I have http header "Accept","application/json"
  1127.  
  1128.  
  1129. ---------
  1130. 25) Failed to forbidden exception in SS\Tests\Api\Products\ProductsController\limitedUpsellsCest::forbiddenException (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Products/ProductsController/limitedUpsellsCest.php)
  1131. Couldn't see response code is 201:
  1132. Failed asserting that '403' matches expected 201.
  1133.  
  1134. Scenario Steps:
  1135. 17. I see response code is 201
  1136. 16. I see response is json
  1137. 15. I send post "accounts",{"location":"Charlotte Amalie","country":"Virgin Islands","postal_code":"00804","profile_name":"p14410290362674","email":"55e45bac414e4@mail.com","password":"123456789","birthday":"1953-09-20","roles":["user"],"tos_accept":1}
  1138. 14. I have http header "Accept","application/json"
  1139. 13. I have http header "Content-Type","application/json"
  1140. 12. I create random user and login "ApiTester"
  1141. 11. I send delete "products/11/purchased_quantity"
  1142.  
  1143.  
  1144. ---------
  1145. 26) Failed to buy highlight upsell in SS\Tests\Api\Purchases\VirtualPurchaseController\sendEmailForBuyUpsellCest::buyHighlightUpsell (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Purchases/VirtualPurchaseController/sendEmailForBuyUpsellCest.php)
  1146. Couldn't see response code is 201:
  1147. Failed asserting that '403' matches expected 201.
  1148.  
  1149. Scenario Steps:
  1150. 8. I see response code is 201
  1151. 7. I see response is json
  1152. 6. I send post "accounts",{"location":"Charlotte AMA","country":"Virgin Islands","postal_code":"00801","profile_name":"p14410291403698","email":"55e45c145a493@mail.com","password":"123456789","birthday":"1971-01-09","roles":["user"],"tos_accept":1}
  1153. 5. I have http header "Accept","application/json"
  1154. 4. I have http header "Content-Type","application/json"
  1155. 3. I create random user "ApiTester"
  1156. 2. I have http header "Accept","application/json"
  1157.  
  1158.  
  1159. ---------
  1160. 27) Failed to buy promote upsell in SS\Tests\Api\Purchases\VirtualPurchaseController\sendEmailForBuyUpsellCest::buyPromoteUpsell (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Purchases/VirtualPurchaseController/sendEmailForBuyUpsellCest.php)
  1161. Couldn't see response code is 201:
  1162. Failed asserting that '403' matches expected 201.
  1163.  
  1164. Scenario Steps:
  1165. 8. I see response code is 201
  1166. 7. I see response is json
  1167. 6. I send post "accounts",{"location":"Charlotte AMA","country":"Virgin Islands","postal_code":"00802","profile_name":"p14410291403891","email":"55e45c145f007@mail.com","password":"123456789","birthday":"1970-09-13","roles":["user"],"tos_accept":1}
  1168. 5. I have http header "Accept","application/json"
  1169. 4. I have http header "Content-Type","application/json"
  1170. 3. I create random user "ApiTester"
  1171. 2. I have http header "Accept","application/json"
  1172.  
  1173.  
  1174. ---------
  1175. 28) Failed to register user a in SS\Tests\Api\Questionnaire\QuestionnaireController\complexQuestionnaireCest::checkAccreditationStatusIsNotSet (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Questionnaire/QuestionnaireController/complexQuestionnaireCest.php)
  1176. Couldn't see response code is 201:
  1177. Failed asserting that '403' matches expected 201.
  1178.  
  1179. Scenario Steps:
  1180. 6. I see response code is 201
  1181. 5. I see response is json
  1182. 4. I send post "accounts",{"location":"Charlotte Amalie","country":"Virgin Islands","postal_code":"00801","profile_name":"p14410291404128","email":"55e45c1464ce4@mail.com","password":"123456789","birthday":"1969-03-28","roles":["user"],"tos_accept":1}
  1183. 3. I have http header "Accept","application/json"
  1184. 2. I have http header "Content-Type","application/json"
  1185. 1. I create random user "ApiTester"
  1186.  
  1187.  
  1188. ---------
  1189. 29) Failed to get questionnaire questions in SS\Tests\Api\Questionnaire\QuestionnaireController\complexQuestionnaireCest::getQuestionnaireQuestions (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Questionnaire/QuestionnaireController/complexQuestionnaireCest.php)
  1190. Couldn't grab data from json response "access_token":
  1191. Response does not have required data
  1192.  
  1193. Scenario Steps:
  1194. 7. I grab data from json response "access_token"
  1195. 6. I see response is json
  1196. 5. I send post "authenticate/token",{"email":null,"password":null}
  1197. 4. I have http header "Content-Type","application/json"
  1198. 3. I unset header "X-Auth-Token"
  1199. 2. I clear token "ApiTester"
  1200. 1. I login as user by credentials "ApiTester",null
  1201.  
  1202.  
  1203. ---------
  1204. 30) Failed to answer questionnaire questions in SS\Tests\Api\Questionnaire\QuestionnaireController\complexQuestionnaireCest::postQuestionnaireAnswers (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Questionnaire/QuestionnaireController/complexQuestionnaireCest.php)
  1205. Couldn't grab data from json response "access_token":
  1206. Response does not have required data
  1207.  
  1208. Scenario Steps:
  1209. 7. I grab data from json response "access_token"
  1210. 6. I see response is json
  1211. 5. I send post "authenticate/token",{"email":null,"password":null}
  1212. 4. I have http header "Content-Type","application/json"
  1213. 3. I unset header "X-Auth-Token"
  1214. 2. I clear token "ApiTester"
  1215. 1. I login as user by credentials "ApiTester",null
  1216.  
  1217.  
  1218. ---------
  1219. 31) Failed to check that accredited status has been set after questionnaire in SS\Tests\Api\Questionnaire\QuestionnaireController\complexQuestionnaireCest::checkAccreditationStatusIsSet (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Questionnaire/QuestionnaireController/complexQuestionnaireCest.php)
  1220. Couldn't grab data from json response "access_token":
  1221. Response does not have required data
  1222.  
  1223. Scenario Steps:
  1224. 7. I grab data from json response "access_token"
  1225. 6. I see response is json
  1226. 5. I send post "authenticate/token",{"email":null,"password":null}
  1227. 4. I have http header "Content-Type","application/json"
  1228. 3. I unset header "X-Auth-Token"
  1229. 2. I clear token "ApiTester"
  1230. 1. I login as user by credentials "ApiTester",null
  1231.  
  1232.  
  1233. ---------
  1234. 32) Failed to register user a in SS\Tests\Api\Questionnaire\QuestionnaireController\getQuestionnaireCest::ok (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Questionnaire/QuestionnaireController/getQuestionnaireCest.php)
  1235. Couldn't see response code is 201:
  1236. Failed asserting that '403' matches expected 201.
  1237.  
  1238. Scenario Steps:
  1239. 24. I see response code is 201
  1240. 23. I see response is json
  1241. 22. I send post "accounts",{"location":"Charlotte AMA","country":"Virgin Islands","postal_code":"00801","profile_name":"p14410291410928","email":"55e45c1516ac2@mail.com","password":"123456789","birthday":"1971-12-12","roles":["user"],"tos_accept":1}
  1242. 21. I have http header "Accept","application/json"
  1243. 20. I have http header "Content-Type","application/json"
  1244. 19. I create random user "ApiTester"
  1245. 18. I process async events "ApiTester"
  1246.  
  1247.  
  1248. ---------
  1249. 33) Failed to register user a in SS\Tests\Api\Questionnaire\QuestionnaireController\postQuestionnaireCest::ok (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Questionnaire/QuestionnaireController/postQuestionnaireCest.php)
  1250. Couldn't see response code is 201:
  1251. Failed asserting that '403' matches expected 201.
  1252.  
  1253. Scenario Steps:
  1254. 33. I see response code is 201
  1255. 32. I see response is json
  1256. 31. I send post "accounts",{"location":"Charlotte Amalie","country":"Virgin Islands","postal_code":"00802","profile_name":"p14410291435464","email":"55e45c1785673@mail.com","password":"123456789","birthday":"1967-07-26","roles":["user"],"tos_accept":1}
  1257. 30. I have http header "Accept","application/json"
  1258. 29. I have http header "Content-Type","application/json"
  1259. 28. I create random user "ApiTester"
  1260. 27. I process async events "ApiTester"
  1261.  
  1262.  
  1263. ---------
  1264. 34) Failed to post more answers to questionnaire than needed (server ignores other answers)(as user a) in SS\Tests\Api\Questionnaire\QuestionnaireController\postQuestionnaireCest::okFilterMoreAnswersThanNeeded (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Questionnaire/QuestionnaireController/postQuestionnaireCest.php)
  1265. Couldn't grab data from json response "access_token":
  1266. Response does not have required data
  1267.  
  1268. Scenario Steps:
  1269. 16. I grab data from json response "access_token"
  1270. 15. I see response is json
  1271. 14. I send post "authenticate/token",{"email":null,"password":null}
  1272. 13. I have http header "Content-Type","application/json"
  1273. 12. I unset header "X-Auth-Token"
  1274. 11. I clear token "ApiTester"
  1275. 10. I login as user by credentials "ApiTester",null
  1276.  
  1277.  
  1278. ---------
  1279. 35) Failed to post no answers to questionnaire in SS\Tests\Api\Questionnaire\QuestionnaireController\postQuestionnaireCest::validationExceptionNoAnswers (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Questionnaire/QuestionnaireController/postQuestionnaireCest.php)
  1280. Couldn't grab data from json response "access_token":
  1281. Response does not have required data
  1282.  
  1283. Scenario Steps:
  1284. 16. I grab data from json response "access_token"
  1285. 15. I see response is json
  1286. 14. I send post "authenticate/token",{"email":null,"password":null}
  1287. 13. I have http header "Content-Type","application/json"
  1288. 12. I unset header "X-Auth-Token"
  1289. 11. I clear token "ApiTester"
  1290. 10. I login as user by credentials "ApiTester",null
  1291.  
  1292.  
  1293. ---------
  1294. 36) Failed to post bad answers to questionnaire in SS\Tests\Api\Questionnaire\QuestionnaireController\postQuestionnaireCest::validationExceptionBadAnswers (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Questionnaire/QuestionnaireController/postQuestionnaireCest.php)
  1295. Couldn't grab data from json response "access_token":
  1296. Response does not have required data
  1297.  
  1298. Scenario Steps:
  1299. 16. I grab data from json response "access_token"
  1300. 15. I see response is json
  1301. 14. I send post "authenticate/token",{"email":null,"password":null}
  1302. 13. I have http header "Content-Type","application/json"
  1303. 12. I unset header "X-Auth-Token"
  1304. 11. I clear token "ApiTester"
  1305. 10. I login as user by credentials "ApiTester",null
  1306.  
  1307.  
  1308. ---------
  1309. 37) Failed to create shadow user under non-platform title id with invites enabled in SS\Tests\Api\Users\UsersController\storeUserCest::okShadowPlatformTitleID (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Users/UsersController/storeUserCest.php)
  1310. Couldn't see response code is 201:
  1311. Failed asserting that '500' matches expected 201.
  1312.  
  1313. Scenario Steps:
  1314. 32. I see response code is 201
  1315. 31. I see response is json
  1316. 30. I send post "accounts",{"location":"Charlotte Amalie","country":"Virgin Islands","postal_code":"00802","profile_name":"p14410297080681","email":"55e45e4c10a31@mail.com","password":"123456789","birthday":"2002-04-07","roles":["user"],"tos_accept":1,"shadow":true}
  1317. 29. I get random user object
  1318. 28. I have http header "X-TITLE-ID","a824e8bc3ff95bc06cd88e5f4cc408f6e1e744ac"
  1319. 27. I unset header "X-Auth-Token"
  1320. 26. I clear token "ApiTester"
  1321.  
  1322.  
  1323. ---------
  1324. 38) Failed to validation exception in SS\Tests\Api\Users\UsersController\storeUserCest::validationException (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Users/UsersController/storeUserCest.php)
  1325. Couldn't see response code is 201:
  1326. Failed asserting that '403' matches expected 201.
  1327.  
  1328. Scenario Steps:
  1329. 7. I see response code is 201
  1330. 6. I see response is json
  1331. 5. I send post "accounts",{"location":"Charlotte AMA","country":"Virgin Islands","postal_code":"00803","profile_name":"p14410297115505","email":"55e45e4f8668f@mail.com","password":"123456789","birthday":"1984-06-10","roles":["user"],"tos_accept":1}
  1332. 4. I have http header "Accept","application/json"
  1333. 3. I have http header "Content-Type","application/json"
  1334. 2. I create random user "ApiTester"
  1335. 1. I clear all emails "ApiTester"
  1336.  
  1337.  
  1338. ---------
  1339. 39) Failed to create user in SS\Tests\Api\Users\UsersController\unsuspendCest::createUser (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Users/UsersController/unsuspendCest.php)
  1340. Couldn't grab data from json response "access_token":
  1341. Response does not have required data
  1342.  
  1343. Scenario Steps:
  1344. 26. I grab data from json response "access_token"
  1345. 25. I see response is json
  1346. 24. I send post "authenticate/token",{"email":"55e45eafbba73@mail.com","password":"123456789"}
  1347. 23. I have http header "Content-Type","application/json"
  1348. 22. I unset header "X-Auth-Token"
  1349. 21. I clear token "ApiTester"
  1350. 20. I login as user "ApiTester","55e45eafbba73@mail.com","123456789"
  1351.  
  1352.  
  1353. ---------
  1354. 40) Failed to ok in SS\Tests\Api\Users\UsersController\unsuspendCest::ok (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Users/UsersController/unsuspendCest.php)
  1355. Couldn't see response is json :
  1356. json decoding error #4, see http://php.net/manual/en/function.json-last-error.php
  1357. Failed asserting that 4 matches expected 0.
  1358.  
  1359. Scenario Steps:
  1360. 9. I see response is json
  1361. 8. I send post "authenticate/token",{"id":3,"email":"admin1@mail.com","password":"123456789"}
  1362. 7. I have http header "Content-Type","application/json"
  1363. 6. I unset header "X-Auth-Token"
  1364. 5. I clear token "ApiTester"
  1365. 4. I login as admin user "ApiTester"
  1366. 3. I disable invites "ApiTester"
  1367.  
  1368.  
  1369. ---------
  1370. 41) Failed to authentication exception in SS\Tests\Api\Users\UsersController\unsuspendCest::authenticationException (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Users/UsersController/unsuspendCest.php)
  1371. Couldn't grab data from json response "access_token":
  1372. Response does not have required data
  1373.  
  1374. Scenario Steps:
  1375. 10. I grab data from json response "access_token"
  1376. 9 . I see response is json
  1377. 8 . I send post "authenticate/token",{"id":3,"email":"admin1@mail.com","password":"123456789"}
  1378. 7 . I have http header "Content-Type","application/json"
  1379. 6 . I unset header "X-Auth-Token"
  1380. 5 . I clear token "ApiTester"
  1381. 4 . I login as admin user "ApiTester"
  1382.  
  1383.  
  1384. ---------
  1385. 42) Failed to forbidden exception in SS\Tests\Api\Users\UsersController\unsuspendCest::forbiddenException (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Users/UsersController/unsuspendCest.php)
  1386. Couldn't grab data from json response "access_token":
  1387. Response does not have required data
  1388.  
  1389. Scenario Steps:
  1390. 10. I grab data from json response "access_token"
  1391. 9 . I see response is json
  1392. 8 . I send post "authenticate/token",{"id":3,"email":"admin1@mail.com","password":"123456789"}
  1393. 7 . I have http header "Content-Type","application/json"
  1394. 6 . I unset header "X-Auth-Token"
  1395. 5 . I clear token "ApiTester"
  1396. 4 . I login as admin user "ApiTester"
  1397.  
  1398.  
  1399. ---------
  1400. 43) Failed to not found exception in SS\Tests\Api\Users\UsersController\unsuspendCest::notFoundException (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Users/UsersController/unsuspendCest.php)
  1401. Couldn't grab data from json response "access_token":
  1402. Response does not have required data
  1403.  
  1404. Scenario Steps:
  1405. 8. I grab data from json response "access_token"
  1406. 7. I see response is json
  1407. 6. I send post "authenticate/token",{"id":3,"email":"admin1@mail.com","password":"123456789"}
  1408. 5. I have http header "Content-Type","application/json"
  1409. 4. I unset header "X-Auth-Token"
  1410. 3. I clear token "ApiTester"
  1411. 2. I login as admin user "ApiTester"
  1412.  
  1413.  
  1414. ---------
  1415. 44) Failed to ok in SS\Tests\Api\Users\UsersController\updateUserCest::ok (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Users/UsersController/updateUserCest.php)
  1416. Couldn't see response code is 201:
  1417. Failed asserting that '500' matches expected 201.
  1418.  
  1419. Scenario Steps:
  1420. 9. I see response code is 201
  1421. 8. I see response is json
  1422. 7. I send post "accounts",{"location":"Charlotte AMA","country":"Virgin Islands","postal_code":"00803","profile_name":"p14410298139707","email":"55e45eb5ecff6@mail.com","password":"123456789","birthday":"1969-10-01","roles":["user"],"tos_accept":1}
  1423. 6. I have http header "Accept","application/json"
  1424. 5. I have http header "Content-Type","application/json"
  1425. 4. I create random user and login "ApiTester"
  1426. 3. I have http header "Content-Type","application/json"
  1427.  
  1428.  
  1429. ---------
  1430. 45) Failed to admin change email in SS\Tests\Api\Users\UsersController\updateUserCest::adminChangeEmail (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Users/UsersController/updateUserCest.php)
  1431. Couldn't see response code is 201:
  1432. Failed asserting that '500' matches expected 201.
  1433.  
  1434. Scenario Steps:
  1435. 7. I see response code is 201
  1436. 6. I see response is json
  1437. 5. I send post "accounts",{"location":"Charlotte Amalie","country":"Virgin Islands","postal_code":"00803","profile_name":"p14410298140484","email":"55e45eb60bd6f@mail.com","password":"123456789","birthday":"1966-03-13","roles":["user"],"tos_accept":1}
  1438. 4. I have http header "Accept","application/json"
  1439. 3. I have http header "Content-Type","application/json"
  1440. 2. I create random user "ApiTester"
  1441. 1. I clear all emails "ApiTester"
  1442.  
  1443.  
  1444. ---------
  1445. 46) Failed to login with changed email in SS\Tests\Api\Users\UsersController\updateUserCest::loginWithChangedEmail (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Users/UsersController/updateUserCest.php)
  1446. Couldn't see response code is 201:
  1447. Failed asserting that '500' matches expected 201.
  1448.  
  1449. Scenario Steps:
  1450. 8. I see response code is 201
  1451. 7. I see response is json
  1452. 6. I send post "accounts",{"location":"Charlotte Amalie","country":"Virgin Islands","postal_code":"00803","profile_name":"p14410298141258","email":"55e45eb61eb77@mail.com","password":"123456789","birthday":"1976-04-01","roles":["user"],"tos_accept":1}
  1453. 5. I have http header "Accept","application/json"
  1454. 4. I have http header "Content-Type","application/json"
  1455. 3. I create random user and login "ApiTester"
  1456. 2. I have http header "Accept","application/json"
  1457.  
  1458.  
  1459. ---------
  1460. 47) Failed to user banned exception in SS\Tests\Api\Users\UsersController\updateUserCest::UserBannedException (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Users/UsersController/updateUserCest.php)
  1461. Couldn't see response code is 201:
  1462. Failed asserting that '500' matches expected 201.
  1463.  
  1464. Scenario Steps:
  1465. 9. I see response code is 201
  1466. 8. I see response is json
  1467. 7. I send post "accounts",{"location":"Charlotte AMA","country":"Virgin Islands","postal_code":"00803","profile_name":"p14410298142009","email":"55e45eb6310d6@mail.com","password":"123456789","birthday":"1960-10-07","roles":["user"],"tos_accept":1}
  1468. 6. I have http header "Accept","application/json"
  1469. 5. I have http header "Content-Type","application/json"
  1470. 4. I create random user and login "ApiTester"
  1471. 3. I have http header "Content-Type","application/json"
  1472.  
  1473.  
  1474. ---------
  1475. 48) Failed to access exception in SS\Tests\Api\Users\UsersController\updateUserCest::AccessException (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Users/UsersController/updateUserCest.php)
  1476. Couldn't see response code is 201:
  1477. Failed asserting that '500' matches expected 201.
  1478.  
  1479. Scenario Steps:
  1480. 9. I see response code is 201
  1481. 8. I see response is json
  1482. 7. I send post "accounts",{"location":"Charlotte AMA","country":"Virgin Islands","postal_code":"00802","profile_name":"p14410298142769","email":"55e45eb643a07@mail.com","password":"123456789","birthday":"1956-07-20","roles":["user"],"tos_accept":1}
  1483. 6. I have http header "Accept","application/json"
  1484. 5. I have http header "Content-Type","application/json"
  1485. 4. I create random user "ApiTester"
  1486. 3. I have http header "Content-Type","application/json"
  1487.  
  1488.  
  1489. ---------
  1490. 49) Failed to validation exception in SS\Tests\Api\Users\UsersController\updateUserCest::ValidationException (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Users/UsersController/updateUserCest.php)
  1491. Couldn't see response code is 201:
  1492. Failed asserting that '500' matches expected 201.
  1493.  
  1494. Scenario Steps:
  1495. 9. I see response code is 201
  1496. 8. I see response is json
  1497. 7. I send post "accounts",{"location":"Charlotte AMA","country":"Virgin Islands","postal_code":"00802","profile_name":"p14410298143529","email":"55e45eb6562cb@mail.com","password":"123456789","birthday":"1994-05-17","roles":["user"],"tos_accept":1}
  1498. 6. I have http header "Accept","application/json"
  1499. 5. I have http header "Content-Type","application/json"
  1500. 4. I create random user and login "ApiTester"
  1501. 3. I have http header "Content-Type","application/json"
  1502.  
  1503.  
  1504. ---------
  1505. 50) Failed to not found exception in SS\Tests\Api\Users\UsersController\updateUserCest::notFoundException (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Users/UsersController/updateUserCest.php)
  1506. Couldn't see response code is 201:
  1507. Failed asserting that '500' matches expected 201.
  1508.  
  1509. Scenario Steps:
  1510. 9. I see response code is 201
  1511. 8. I see response is json
  1512. 7. I send post "accounts",{"location":"Charlotte Amalie","country":"Virgin Islands","postal_code":"00803","profile_name":"p14410298144278","email":"55e45eb668763@mail.com","password":"123456789","birthday":"1977-11-01","roles":["user"],"tos_accept":1}
  1513. 6. I have http header "Accept","application/json"
  1514. 5. I have http header "Content-Type","application/json"
  1515. 4. I create random user "ApiTester"
  1516. 3. I have http header "Content-Type","application/json"
  1517.  
  1518.  
  1519. ---------
  1520. 51) Failed to forbidden exception in SS\Tests\Api\Users\UsersController\updateUserCest::forbiddenException (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Users/UsersController/updateUserCest.php)
  1521. Couldn't see response code is 201:
  1522. Failed asserting that '500' matches expected 201.
  1523.  
  1524. Scenario Steps:
  1525. 9. I see response code is 201
  1526. 8. I see response is json
  1527. 7. I send post "accounts",{"location":"Charlotte AMA","country":"Virgin Islands","postal_code":"00801","profile_name":"p14410298145043","email":"55e45eb67b243@mail.com","password":"123456789","birthday":"1958-08-16","roles":["user"],"tos_accept":1}
  1528. 6. I have http header "Accept","application/json"
  1529. 5. I have http header "Content-Type","application/json"
  1530. 4. I create random user and login "ApiTester"
  1531. 3. I have http header "Content-Type","application/json"
  1532.  
  1533.  
  1534. ---------
  1535. 52) Failed to no content in SS\Tests\Api\Users\UsersController\verifyCest::noContent (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Users/UsersController/verifyCest.php)
  1536. Couldn't see response code is 201:
  1537. Failed asserting that '500' matches expected 201.
  1538.  
  1539. Scenario Steps:
  1540. 9. I see response code is 201
  1541. 8. I see response is json
  1542. 7. I send post "accounts",{"location":"Charlotte Amalie","country":"Virgin Islands","postal_code":"00802","profile_name":"p14410298145792","email":"55e45eb68d691@mail.com","password":"123456789","birthday":"1970-08-28","roles":["user"],"tos_accept":1}
  1543. 6. I have http header "Accept","application/json"
  1544. 5. I have http header "Content-Type","application/json"
  1545. 4. I create random user "ApiTester"
  1546. 3. I clear all emails "ApiTester"
  1547.  
  1548.  
  1549. ---------
  1550. 53) Failed to not found exception in SS\Tests\Api\Users\UsersController\verifyCest::NotFoundException (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Users/UsersController/verifyCest.php)
  1551. Couldn't see response code is 201:
  1552. Failed asserting that '500' matches expected 201.
  1553.  
  1554. Scenario Steps:
  1555. 6. I see response code is 201
  1556. 5. I see response is json
  1557. 4. I send post "accounts",{"location":"Charlotte AMA","country":"Virgin Islands","postal_code":"00801","profile_name":"p14410298146553","email":"55e45eb69fff1@mail.com","password":"123456789","birthday":"1967-06-29","roles":["user"],"tos_accept":1}
  1558. 3. I have http header "Accept","application/json"
  1559. 2. I have http header "Content-Type","application/json"
  1560. 1. I create random user and login "ApiTester"
  1561.  
  1562.  
  1563. ---------
  1564. 54) Failed to validation exception in SS\Tests\Api\Users\UsersController\verifyCest::validationException (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Users/UsersController/verifyCest.php)
  1565. Couldn't see response code is 201:
  1566. Failed asserting that '500' matches expected 201.
  1567.  
  1568. Scenario Steps:
  1569. 6. I see response code is 201
  1570. 5. I see response is json
  1571. 4. I send post "accounts",{"location":"Charlotte AMA","country":"Virgin Islands","postal_code":"00801","profile_name":"p14410298147307","email":"55e45eb6b26a6@mail.com","password":"123456789","birthday":"1992-10-21","roles":["user"],"tos_accept":1}
  1572. 3. I have http header "Accept","application/json"
  1573. 2. I have http header "Content-Type","application/json"
  1574. 1. I create random user and login "ApiTester"
  1575.  
  1576.  
  1577. ---------
  1578. 55) Failed to forbidden exception in SS\Tests\Api\Users\UsersController\verifyCest::forbiddenException (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Users/UsersController/verifyCest.php)
  1579. Couldn't see response code is 201:
  1580. Failed asserting that '500' matches expected 201.
  1581.  
  1582. Scenario Steps:
  1583. 6. I see response code is 201
  1584. 5. I see response is json
  1585. 4. I send post "accounts",{"location":"Charlotte Amalie","country":"Virgin Islands","postal_code":"00804","profile_name":"p14410298148058","email":"55e45eb6c4c0c@mail.com","password":"123456789","birthday":"1965-07-04","roles":["user"],"tos_accept":1}
  1586. 3. I have http header "Accept","application/json"
  1587. 2. I have http header "Content-Type","application/json"
  1588. 1. I create random user "ApiTester"
  1589.  
  1590.  
  1591. ---------
  1592. 56) Failed to ok in SS\Tests\Api\Wallets\WalletsController\balanceCest::ok (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Wallets/WalletsController/balanceCest.php)
  1593. Couldn't see response code is 201:
  1594. Failed asserting that '500' matches expected 201.
  1595.  
  1596. Scenario Steps:
  1597. 6. I see response code is 201
  1598. 5. I see response is json
  1599. 4. I send post "accounts",{"location":"Charlotte Amalie","country":"Virgin Islands","postal_code":"00802","profile_name":"p14410298148824","email":"55e45eb6d76eb@mail.com","password":"123456789","birthday":"1989-01-18","roles":["user"],"tos_accept":1}
  1600. 3. I have http header "Accept","application/json"
  1601. 2. I have http header "Content-Type","application/json"
  1602. 1. I create random user "ApiTester"
  1603.  
  1604.  
  1605. ---------
  1606. 57) Failed to credit as admin in SS\Tests\Api\Wallets\WalletsController\transactionCest::creditAsAdmin (/home/unit/www/brightlocker_api/app/src/SS/Tests/./Api/Wallets/WalletsController/transactionCest.php)
  1607. Couldn't grab data from json response "access_token":
  1608. Response does not have required data
  1609.  
  1610. Scenario Steps:
  1611. 7. I grab data from json response "access_token"
  1612. 6. I see response is json
  1613. 5. I send post "authenticate/token",{"id":3,"email":"admin1@mail.com","password":"123456789"}
  1614. 4. I have http header "Content-Type","application/json"
  1615. 3. I unset header "X-Auth-Token"
  1616. 2. I clear token "ApiTester"
  1617. 1. I login as admin user "ApiTester"
  1618.  
  1619.  
  1620. FAILURES!
  1621. Tests: 724, Assertions: 5762, Failures: 57, Errors: 2, Skipped: 3.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement