webservice tests pass
This commit is contained in:
@@ -7,4 +7,13 @@ class MockWebserviceSubclass extends Webservice
|
||||
{
|
||||
return 'Some Mock Function Return';
|
||||
}
|
||||
|
||||
public function someOtherMockFunction($one, $two, $threeOpt = null)
|
||||
{
|
||||
return array(
|
||||
'one' => $one,
|
||||
'two' => $two,
|
||||
'threeOpt' => $threeOpt
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user