Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 17, 2019
1 parent 098f03f commit efd1dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Prophecy/Prophecy/MethodProphecySpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ function it_yields_elements_configured_in_willYield(ObjectProphecy $objectProphe
$this->getPromise()->execute(array(), $objectProphecy, $this)->shouldYield(array('foo', 'bar'));
}

function it_yields_key_value_paris_configured_in_willYield(ObjectProphecy $objectProphecy)
function it_yields_key_value_pairs_configured_in_willYield(ObjectProphecy $objectProphecy)
{
if (PHP_VERSION_ID < 70000) {
throw new SkippingException('Yield language feature was introduced in >=5.5 but shouldYield matcher only available in >=7.0');
Expand Down

0 comments on commit efd1dfa

Please sign in to comment.