コード例 #1
0
ファイル: EventTest.php プロジェクト: core-framework/core
 /**
  * @covers \Core\Events\Dispatcher::getContainer
  */
 public function testGetContainer()
 {
     $this->assertInstanceOf('\\Core\\Container\\Container', Event::getContainer());
 }