public function Framework_SuiteTest::testNotVoidTestCase in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpunit/phpunit/tests/Framework/SuiteTest.php \Framework_SuiteTest::testNotVoidTestCase()
File
- vendor/
phpunit/ phpunit/ tests/ Framework/ SuiteTest.php, line 125
Class
- Framework_SuiteTest
- @since Class available since Release 2.0.0 @covers PHPUnit_Framework_TestSuite
Code
public function testNotVoidTestCase() {
$suite = new PHPUnit_Framework_TestSuite('NotVoidTestCase');
$this
->assertEquals(1, count($suite));
}