File manager - Edit - /usr/local/prospamfilter/vendor/codeception/codeception/src/Codeception/Test/Feature/ErrorLogger.php
Back
<?php namespace Codeception\Test\Feature; use Codeception\Test\Test as CodeceptionTest; trait ErrorLogger { /** * @return \PHPUnit_Framework_TestResult */ abstract public function getTestResultObject(); public function errorLoggerEnd($status, $time, $exception = null) { if (!$exception) { return; } if ($status === CodeceptionTest::STATUS_ERROR) { $this->getTestResultObject()->addError($this, $exception, $time); } if ($status === CodeceptionTest::STATUS_FAIL) { $this->getTestResultObject()->addFailure($this, $exception, $time); } } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings