File manager - Edit - /usr/local/prospamfilter/vendor/codeception/codeception/src/Codeception/Event/SuiteEvent.php
Back
<?php namespace Codeception\Event; use Codeception\Suite; use Symfony\Component\EventDispatcher\Event; class SuiteEvent extends Event { /** * @var \PHPUnit_Framework_TestSuite */ protected $suite; /** * @var \PHPUnit_Framework_TestResult */ protected $result; /** * @var array */ protected $settings; public function __construct( \PHPUnit_Framework_TestSuite $suite, \PHPUnit_Framework_TestResult $result = null, $settings = [] ) { $this->suite = $suite; $this->result = $result; $this->settings = $settings; } /** * @return Suite */ public function getSuite() { return $this->suite; } /** * @return \PHPUnit_Framework_TestResult */ public function getResult() { return $this->result; } public function getSettings() { return $this->settings; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings