芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/xmintal-back/vendor/codeception/codeception/src/Codeception/Event/TestEvent.php
test = $test; $this->time = $time; } /** * @return float */ public function getTime() { return $this->time; } /** * @return \Codeception\TestInterface */ public function getTest() { return $this->test; } }