becc6c8f9f3870a3ba3221fbf414ba323378ef1b
[yaffs-website] / _files / CoverageFunctionParenthesesWhitespaceTest.php
1 <?php
2 class CoverageFunctionParenthesesWhitespaceTest extends PHPUnit_Framework_TestCase
3 {
4     /**
5      * @covers ::globalFunction ( )
6      */
7     public function testSomething()
8     {
9         globalFunction();
10     }
11 }