InheritedTestCase.php

File

drupal/core/vendor/phpunit/phpunit/Tests/_files/InheritedTestCase.php
View source
<?php

require_once 'OneTestCase.php';
class InheritedTestCase extends OneTestCase {
  public function test2() {
  }

}

Classes

Namesort descending Description
InheritedTestCase