コード例 #1
0
ファイル: RequestBuilderTest.php プロジェクト: pda/bringit
 public function testBuildWithoutUrlThrowsException()
 {
     $builder = new Bringit_RequestBuilder();
     $this->expectException('Bringit_Exception');
     $builder->create();
 }