Example #1
0
 /**
  * Tests the Vertx runOnContext() method.
  */
 public function testRunOnContext()
 {
     Vertx::runOnContext(function () {
         $this->complete();
     });
 }