mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-02-15 12:33:14 +03:00
12 lines
220 B
PHP
12 lines
220 B
PHP
<?php
|
|
class CoverageFunctionParenthesesWhitespaceTest extends PHPUnit_Framework_TestCase
|
|
{
|
|
/**
|
|
* @covers ::globalFunction ( )
|
|
*/
|
|
public function testSomething()
|
|
{
|
|
globalFunction();
|
|
}
|
|
}
|