Gc\Event\StaticEventManagerTest::testGetInstance PHP Méthode

testGetInstance() public méthode

Test
public testGetInstance ( ) : void
Résultat void
    public function testGetInstance()
    {
        $this->tearDown();
        $this->setUp();
        $this->assertInstanceOf('Gc\\Event\\StaticEventManager', StaticEventManager::getInstance());
    }