コード例 #1
0
ファイル: DbRequestTest.php プロジェクト: kevinlondon/appfuel
 /**
  * @depends				testInterface
  * @expectedException	InvalidArgumentException
  * @dataProvider		provideInvalidStringsIncludeNull
  * @return null
  */
 public function testSetTypeNotString_Failure($type)
 {
     $this->request->setType($type);
 }