Skip to content

Commit

Permalink
added another missing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
craue committed Mar 15, 2017
1 parent abbe997 commit 89115b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Storage/DataManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public function testDropAll() {
/**
* @param string $name
* @param string $instanceId
* @return PHPUnit_Framework_MockObject_MockObject|FormFlow
* @return \PHPUnit_Framework_MockObject_MockObject|FormFlow
*/
protected function getFlow($name, $instanceId) {
$flow = $this->getFlowWithMockedMethods(array('getName'));
Expand Down

0 comments on commit 89115b3

Please sign in to comment.