예제 #1
0
 /**
  * @covers Phossa\Event\EventDispatcher::ready
  */
 public function testReady()
 {
     // can not test this?
     $this->object->ready(function () {
         echo "WOW";
     });
 }