Skip to content

Commit

Permalink
Correct test
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Babker committed Jul 12, 2016
1 parent 9640357 commit 16418f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function testCheckExistingExtensionForExistingExtension()
// Ensure that load is called once the extension ID is found
$mockTableExtension->expects($this->once())
->method('load')
->with(array('element' => $element, 'type' => $type));
->with(array('extension_id' => $extensionId));

TestReflection::setValue($object, 'extension', $mockTableExtension);
TestReflection::setValue($object, 'type', $type);
Expand Down

0 comments on commit 16418f6

Please sign in to comment.