PHPUnit_Extensions_RepeatedTest::count PHP Метод

count() публичный Метод

Counts the number of test cases that will be run by this test.
public count ( ) : integer
Результат integer
    public function count()
    {
        return $this->timesRepeat * count($this->test);
    }
PHPUnit_Extensions_RepeatedTest