add myCalendar into
[awl.git] / vendor / phpunit / php-code-coverage / Tests / _files / CoverageFunctionTest.php
blobc621fd21029121fe83a7b3597989ba3a6ac04d69
1 <?php
2 class CoverageFunctionTest extends PHPUnit_Framework_TestCase
4 /**
5 * @covers ::globalFunction
6 */
7 public function testSomething()
9 globalFunction();