You are here

Issue322Test.php in Zircon Profile 8

File

vendor/phpunit/phpunit/tests/Regression/GitHub/322/Issue322Test.php
View source
<?php

class Issue322Test extends PHPUnit_Framework_TestCase {

  /**
   * @group one
   */
  public function testOne() {
  }

  /**
   * @group two
   */
  public function testTwo() {
  }

}

Classes

Namesort descending Description
Issue322Test