mirror of
https://github.com/t404owo/t404null.git
synced 2025-12-14 10:58:46 +00:00
Fixed twitter link
This commit is contained in:
11
vendor/phpunit/php-code-coverage/tests/_files/CoverageFunctionParenthesesTest.php
vendored
Normal file
11
vendor/phpunit/php-code-coverage/tests/_files/CoverageFunctionParenthesesTest.php
vendored
Normal 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