DotsUnited\BundleFu\Tests\BundleTest::testEndWithoutPriorBundleCallShouldThrowException PHP Method

testEndWithoutPriorBundleCallShouldThrowException() public method

    public function testEndWithoutPriorBundleCallShouldThrowException()
    {
        $this->setExpectedException('\\RuntimeException', 'end() is called without a start() call.');
        $this->bundle->end();
    }