Skip to content

Commit

Permalink
Merge pull request #453 from drupol/update-travis-matrix
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ciaranmcnulty committed Dec 17, 2019
2 parents c6a31f4 + efd1dfa commit fd4736f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Prophecy/Prophecy/MethodProphecySpec.php
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 fd4736f

Please sign in to comment.