コード例 #1
0
 public function testLoadsProfileResource()
 {
     $profile = IformResource::profile();
     $this->assertInstanceOf('Iform\\Resources\\Profile\\Profile', $profile);
 }
コード例 #2
0
 public function testFetchesAll()
 {
     $profile = IformResource::profile();
     $results = $profile->withAllFields()->first(10)->fetchAll();
 }