如何在代码接收中获得失败的测试名称

时间:2019-01-13 08:04:32

标签: php testing codeception

我想在ApiTester Codeception的_failed事件中获取失败的测试名称,如何获取?

    <?php
    public function _failed(ApiTester $I)
    {
        // When access token has expired I get new 
        // access token and I need to run failed test
        // with new access token
    }

    public function otherTest(ApiTester $I)
    {

    }

0 个答案:

没有答案