Example #1
0
 /**
  * @covers \Core\Events\Dispatcher::getContainer
  */
 public function testGetContainer()
 {
     $this->assertInstanceOf('\\Core\\Container\\Container', Event::getContainer());
 }