public function Framework_SuiteTest::testNoTestCaseClass

@expectedException PHPUnit_Framework_Exception

File

drupal/core/vendor/phpunit/phpunit/Tests/Framework/SuiteTest.php, line 127

Class

Framework_SuiteTest
@package PHPUnit @author Sebastian Bergmann <sebastian@phpunit.de> @copyright 2001-2013 Sebastian Bergmann <sebastian@phpunit.de> @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License @link …

Code

public function testNoTestCaseClass() {
  $suite = new PHPUnit_Framework_TestSuite('NoTestCaseClass');
}