File manager - Edit - /usr/local/prospamfilter/vendor/codeception/codeception/src/Codeception/Event/FailEvent.php
Back
<?php namespace Codeception\Event; class FailEvent extends TestEvent { /** * @var \Exception */ protected $fail; /** * @var int */ protected $count; public function __construct(\PHPUnit_Framework_Test $test, $time, \Exception $e, $count = 0) { parent::__construct($test, $time); $this->fail = $e; $this->count = $count; } public function getCount() { return $this->count; } public function getFail() { return $this->fail; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings