You are here

InheritedTestCase.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 vendor/phpunit/phpunit/tests/_files/InheritedTestCase.php

File

vendor/phpunit/phpunit/tests/_files/InheritedTestCase.php
View source
<?php

class InheritedTestCase extends OneTestCase {
  public function test2() {
  }

}

Classes

Namesort descending Description
InheritedTestCase