OneTest.php

File

drupal/core/vendor/phpunit/phpunit/Tests/Regression/783/OneTest.php
View source
<?php

/**
* @group foo
*/
class OneTest extends PHPUnit_Framework_TestCase {
  public function testSomething() {
  }

}

Classes

Namesort descending Description
OneTest @group foo