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
/
CoverageMethodParenthesesTest.php
blob
422300457a18bc97437c1db237fec06641109b74
1
<
?php
2
class
CoverageMethodParenthesesTest
extends
PHPUnit_Framework_TestCase
3
{
4
/**
5
* @covers CoveredClass::publicMethod()
6
*/
7
public function
testSomething
()
8
{
9
$o
=
new
CoveredClass
;
10
$o
->
publicMethod
();
11
}
12
}