@@ -30,6 +30,7 @@ public function testShouldCreateAccount()
30
30
$ this ->assertNotEmpty ($ account ->getId ());
31
31
$ this ->assertNotEmpty ($ account ->getAccessToken ());
32
32
$ this ->assertNotEmpty ($ account ->getchannelId ());
33
+ $ this ->assertNotEmpty ($ account ->getCreatedAt ());
33
34
$ this ->assertEquals ('144563480 ' , $ account ->getIdentityDocumentNumber ());
34
35
$ this ->assertEquals ('SSP ' , $ account ->getIdentityDocumentIssuer ());
35
36
$ this ->assertEquals ('2017-10-25 ' , $ account ->getIdentityDocumentIssueDate ());
@@ -63,6 +64,7 @@ public function testShouldCreateAccountWithCompany()
63
64
$ this ->assertNotEmpty ($ account ->getId ());
64
65
$ this ->assertNotEmpty ($ account ->getAccessToken ());
65
66
$ this ->assertNotEmpty ($ account ->getchannelId ());
67
+ $ this ->assertNotEmpty ($ account ->getCreatedAt ());
66
68
$ this ->assertEquals ('144563480 ' , $ account ->getIdentityDocumentNumber ());
67
69
$ this ->assertEquals ('SSP ' , $ account ->getIdentityDocumentIssuer ());
68
70
$ this ->assertEquals ('RG ' , $ account ->getIdentityDocumentType ());
@@ -89,6 +91,7 @@ public function testShouldGetAccount()
89
91
$ account = $ this ->moip ->accounts ()->get ($ account_id );
90
92
91
93
$ this ->assertNotEmpty ($ account ->getId ());
94
+ $ this ->assertNotEmpty ($ account ->getCreatedAt ());
92
95
$ this ->assertEquals (false , $ account ->getTransparentAccount ());
93
96
$ this ->assertEquals ('fortestsminecustomer@mailinator.com ' , $ account ->getLogin ());
94
97
$ this ->assertEquals (true , $ account ->getEmailConfirmed ());
0 commit comments