Sign in
apache
/
shindig
/
2.0.x
/
.
/
php
/
external
/
PHPUnit
/
Util
/
Skeleton
/
TestMethodExceptionStatic.tpl
blob: 5f27729ed8de2f0928bd0fd1d38e7c3c3e2eb7e1 [
file
]
/**
* Generated from @assert {annotation}.
* @expectedException {expected}
*/
public
function
test
{
methodName
}()
{
{
className
}::{
origMethodName
}({
arguments
});
}