Skip to content
Snippets Groups Projects
Commit 57fb2c7f authored by Ghislain Loas's avatar Ghislain Loas
Browse files

update call to getMock to createMock

parent 580af71e
No related merge requests found
......@@ -26,7 +26,7 @@ THE SOFTWARE.
class Storm_Test_SaveHooksTest extends Storm_Test_ModelTestCase {
public function setUp() {
$this->trace_hook_mock = $this->getMock('TraceHookMock', array('beforeSave',
$this->trace_hook_mock = $this->createMock('TraceHookMock', array('beforeSave',
'afterSave',
'loaderSave'));
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment