1<?php
2
3/**
4 * @group
5 */
6class Issue2435Test extends PHPUnit_Framework_TestCase
7{
8    public function testOne()
9    {
10        $this->assertTrue(true);
11    }
12}
13