示例#1
0
 public function testSMoneyApiUser()
 {
     $apiUser = $this->smoneyApi->user();
     $this->assertInstanceOf('Picoss\\SMoney\\Api\\ApiUser', $apiUser);
 }