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');
    }