repo.or.cz
/
awl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add myCalendar into
[awl.git]
/
vendor
/
phpunit
/
php-code-coverage
/
Tests
/
_files
/
CoverageFunctionTest.php
blob
c621fd21029121fe83a7b3597989ba3a6ac04d69
1
<
?php
2
class
CoverageFunctionTest
extends
PHPUnit_Framework_TestCase
3
{
4
/**
5
* @covers ::globalFunction
6
*/
7
public function
testSomething
()
8
{
9
globalFunction
();
10
}
11
}