芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/xmintal-back/vendor/codeception/codeception/src/Codeception/Event/SuiteEvent.php
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; } }