コード例 #1
0
 /**
  * @expectedException BadMethodCallException
  */
 public function testYouCannotConstructASingletonFfor()
 {
     FFor::get();
 }