Example #1
0
 /**
  * Tests the Context runOnContext method directly.
  */
 public function testGetContext()
 {
     $context = Vertx::currentContext();
     $context->runOnContext(function () {
         $this->complete();
     });
 }