コード例 #1
0
ファイル: CliTest.php プロジェクト: smetana/tipy
 public function test()
 {
     $this->assertThrown('NoMethodException', "Call to undefined method TipyCli::lemon()", function () {
         TipyCli::lemon();
     });
 }