mailgun-php/vendor/phpunit/php-code-coverage/Tests/_files/CoverageFunctionParenthesesTest.php

12 lines
207 B
PHP
Raw Normal View History

2013-07-18 13:01:36 -05:00
<?php
class CoverageFunctionParenthesesTest extends PHPUnit_Framework_TestCase
{
/**
* @covers ::globalFunction()
*/
public function testSomething()
{
globalFunction();
}
}