protected property PHPUnit_Framework_TestSuite::$numTests

The number of tests in the test suite.

Type: integer

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php, line 124

Class

PHPUnit_Framework_TestSuite
A TestSuite is a composite of Tests. It runs a collection of test cases.

Code

protected $numTests = -1;