Yaffs site version 1.1
[yaffs-website] / vendor / phpunit / phpunit / tests / Regression / GitHub / 322 / Issue322Test.php
1 <?php
2 class Issue322Test extends PHPUnit_Framework_TestCase
3 {
4     /**
5      * @group one
6      */
7     public function testOne()
8     {
9     }
10
11     /**
12      * @group two
13      */
14     public function testTwo()
15     {
16     }
17 }