public static function account_id()
 {
     return TestAccountCreateAndDestroy::create_complete_test_account_and_return_id();
 }
Example #2
0
 /**
  * group accountconf
  **/
 function testCreateFullAccountConfirmAndReturnAccountId()
 {
     $account_id = TestAccountCreateAndDestroy::create_complete_test_account_and_return_id();
     $this->assertTrue((bool) positive_int($account_id));
 }