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