lithium\tests\mocks\test\MockUnitTest::prepareTestExpectExceptionNotThrown PHP Method

prepareTestExpectExceptionNotThrown() public method

This method is used in a test to prepare it.
See also: lithium\tests\cases\test\UnitTest::testExpectExceptionNotThrown()
    public function prepareTestExpectExceptionNotThrown()
    {
        $this->expectException('test');
    }