Bolt\Tests\ApplicationTest::testConstructorSetBoltVersion PHP Method

testConstructorSetBoltVersion() public method

    public function testConstructorSetBoltVersion()
    {
        $app = new Application(['rootpath' => TEST_ROOT]);
    }