InheritedTestCase.php 94 B

1234567
  1. <?php
  2. class InheritedTestCase extends OneTestCase
  3. {
  4. public function test2()
  5. {
  6. }
  7. }