mailgun-php/vendor/phpunit/php-code-coverage/Tests/_files/CoverageFunctionParenthesesTest.php
Travis Swientek e5163bb90b Added PHPUnit
2013-07-18 13:01:36 -05:00

12 lines
207 B
PHP

<?php
class CoverageFunctionParenthesesTest extends PHPUnit_Framework_TestCase
{
/**
* @covers ::globalFunction()
*/
public function testSomething()
{
globalFunction();
}
}