Blog\ModuleTest::testOnBootstrap PHP Method

testOnBootstrap() public method

Test
public testOnBootstrap ( ) : void
return void
    public function testOnBootstrap()
    {
        $this->assertNull($this->object->onBootstrap(Registry::get('Application')->getMvcEvent()));
    }