FUnit\TestSuite::assertCounts PHP Method

assertCounts() public method

See also: FUnit::assertion_stats()
public assertCounts ( $test_name = null ) : array
return array
    public function assertCounts($test_name = null)
    {
        return \FUnit::assertion_stats($this->tests, $test_name);
    }