lithium\tests\mocks\test\cases\MockSetUpThrowsExceptionTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        throw new Exception('setUp throws exception');
    }
MockSetUpThrowsExceptionTest