Пример #1
0
	/**
	 * Sets up this test case.
	 */
	protected function setUp() {
		$this->subject = $this->getMock(\TYPO3\CMS\Core\Error\ProductionExceptionHandler::class, array('discloseExceptionInformation', 'sendStatusHeaders', 'writeLogEntries'), array(), '', FALSE);
		$this->subject->expects($this->any())->method('discloseExceptionInformation')->will($this->returnValue(TRUE));
	}