Vendor lock
This commit is contained in:
13
vendor/phpunit/php-code-coverage/tests/_files/CoverageFunctionParenthesesTest.php
vendored
Normal file
13
vendor/phpunit/php-code-coverage/tests/_files/CoverageFunctionParenthesesTest.php
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class CoverageFunctionParenthesesTest extends TestCase
|
||||
{
|
||||
/**
|
||||
* @covers ::globalFunction()
|
||||
*/
|
||||
public function testSomething()
|
||||
{
|
||||
globalFunction();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user