OneTestCase.php

File

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

class OneTestCase extends PHPUnit_Framework_TestCase {
  public function noTestCase() {
  }
  public function testCase($arg = '') {
  }

}

Classes

Namesort descending Description
OneTestCase