示例#1
0
文件: CliTest.php 项目: smetana/tipy
 public function test()
 {
     $this->assertThrown('NoMethodException', "Call to undefined method TipyCli::lemon()", function () {
         TipyCli::lemon();
     });
 }