You are here

CoverageFunctionParenthesesTest.php in Zircon Profile 8

File

vendor/phpunit/php-code-coverage/tests/_files/CoverageFunctionParenthesesTest.php
View source
<?php

class CoverageFunctionParenthesesTest extends PHPUnit_Framework_TestCase {

  /**
   * @covers ::globalFunction()
   */
  public function testSomething() {
    globalFunction();
  }

}