You are here

TwoTest.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 vendor/phpunit/phpunit/tests/Regression/783/TwoTest.php

File

vendor/phpunit/phpunit/tests/Regression/783/TwoTest.php
View source
<?php

/**
 * @group bar
 */
class TwoTest extends PHPUnit_Framework_TestCase {
  public function testSomething() {
  }

}

Classes

Namesort descending Description
TwoTest @group bar