Sign in
apache
/
shindig
/
2.0.x
/
.
/
php
/
external
/
PHPUnit
/
Util
/
Skeleton
/
TestMethodBool.tpl
blob: 483a2729fff9b47e922ccf1ed4f6236771af5a75 [
file
]
/**
* Generated from @assert {annotation}.
*/
public
function
test
{
methodName
}()
{
$this
->
assert
{
assertion
}(
$this
->
object
->{
origMethodName
}({
arguments
})
);
}