ActivityLog\ModuleTest::testOnBootstrap PHP Method

testOnBootstrap() public method

Test
public testOnBootstrap ( ) : void
return void
    public function testOnBootstrap()
    {
        $this->assertTrue($this->object->install());
        $this->assertTrue($this->object->update('0.1.0'));
        $this->assertNull($this->object->onBootstrap(Registry::get('Application')->getMvcEvent()));
        $this->assertTrue($this->object->uninstall());
        StaticEventManager::resetInstance();
    }