PHPUnit_Extensions_RepeatedTest::count PHP Méthode

count() public méthode

Counts the number of test cases that will be run by this test.
public count ( ) : integer
Résultat integer
    public function count()
    {
        return $this->timesRepeat * count($this->test);
    }
PHPUnit_Extensions_RepeatedTest