mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-30 16:06:07 +00:00
change instance
This commit is contained in:
11
vendor/phpunit/php-code-coverage/Tests/_files/CoverageFunctionParenthesesTest.php
vendored
Executable file
11
vendor/phpunit/php-code-coverage/Tests/_files/CoverageFunctionParenthesesTest.php
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
class CoverageFunctionParenthesesTest extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
/**
|
||||
* @covers ::globalFunction()
|
||||
*/
|
||||
public function testSomething()
|
||||
{
|
||||
globalFunction();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user