@covers PHP_CodeCoverage::getLinesToBeCovered
public function testFunctionParenthesesAreAllowed() {
$this
->assertSame(array(
TEST_FILES_PATH . 'CoveredFunction.php' => range(2, 4),
), $this->getLinesToBeCovered
->invoke($this->coverage, 'CoverageFunctionParenthesesTest', 'testSomething'));
}