lithium\tests\mocks\test\MockUnitTest::prepareTestExpectExceptionNotThrown PHP 메소드

prepareTestExpectExceptionNotThrown() 공개 메소드

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