コード例 #1
0
ファイル: ApiFactoryTest.php プロジェクト: awebc/web_xbf
 public function testGetApi()
 {
     $server = new ApiFactory();
     $this->assertInstanceOf('League\\Glide\\Api\\Api', $server->getApi());
 }