add myCalendar into
[awl.git] / vendor / phpunit / php-code-coverage / Tests / _files / CoverageMethodParenthesesTest.php
blob422300457a18bc97437c1db237fec06641109b74
1 <?php
2 class CoverageMethodParenthesesTest extends PHPUnit_Framework_TestCase
4 /**
5 * @covers CoveredClass::publicMethod()
6 */
7 public function testSomething()
9 $o = new CoveredClass;
10 $o->publicMethod();