You are here

CoverageFunctionParenthesesWhitespaceTest.php in Zircon Profile 8

File

vendor/phpunit/phpunit/tests/_files/CoverageFunctionParenthesesWhitespaceTest.php
View source
<?php

class CoverageFunctionParenthesesWhitespaceTest extends PHPUnit_Framework_TestCase {

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

}