File manager - Edit - /usr/local/prospamfilter/vendor/codeception/codeception/src/Codeception/Event/TestEvent.php
Back
<?php namespace Codeception\Event; use Symfony\Component\EventDispatcher\Event; class TestEvent extends Event { /** * @var \PHPUnit_Framework_Test */ protected $test; /** * @var float Time taken */ protected $time; public function __construct(\PHPUnit_Framework_Test $test, $time = 0) { $this->test = $test; $this->time = $time; } /** * @return float */ public function getTime() { return $this->time; } /** * @return \Codeception\TestInterface */ public function getTest() { return $this->test; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings