Files
espocrm/vendor/phpunit/php-code-coverage/Tests/_files/CoverageFunctionTest.php
Taras Machyshyn 417576fd5e change instance
2013-11-01 13:49:54 +02:00

12 lines
194 B
PHP
Executable File

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