コード例 #1
0
ファイル: AdapterTest.php プロジェクト: energylab/gacela
 /**
  * @expectedException ReflectionException
  */
 public function test__callWithoutLoadedConnection()
 {
     $this->assertSame(3, $this->object->fakeMethod());
 }