예제 #1
0
파일: CliTest.php 프로젝트: smetana/tipy
 public function test()
 {
     $this->assertThrown('NoMethodException', "Call to undefined method TipyCli::lemon()", function () {
         TipyCli::lemon();
     });
 }