Kohana v3.3.0
This commit is contained in:
11
vendor/phpunit/php-code-coverage/Tests/_files/CoverageFunctionTest.php
vendored
Normal file
11
vendor/phpunit/php-code-coverage/Tests/_files/CoverageFunctionTest.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
class CoverageFunctionTest extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
/**
|
||||
* @covers ::globalFunction
|
||||
*/
|
||||
public function testSomething()
|
||||
{
|
||||
globalFunction();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user