App\Lib\Codeception::addTest PHP Method

addTest() public method

Push the tally count up as well.
public addTest ( Test $test )
$test Test
    public function addTest(Test $test)
    {
        $this->tally++;
        $this->tests[$test->getType()][$test->getHash()] = $test;
    }