Example #1
0
 public function test()
 {
     $this->assertThrown('NoMethodException', "Call to undefined method TipyCli::lemon()", function () {
         TipyCli::lemon();
     });
 }