Skip to content

Commit

Permalink
Merge pull request #371 from davedevelopment/loosen-test-for-hhvm
Browse files Browse the repository at this point in the history
Make test a little less strict for hhvm difference
  • Loading branch information
davedevelopment committed Aug 28, 2014
2 parents 3beb669 + 91d6373 commit 9b0ef0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Mockery/ContainerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@ public function testHandlesMethodWithArgumentExpectationWhenCalledWithNestedObje

/**
* @expectedException Mockery\Exception\NoMatchingExpectationException
* @expectedExceptionMessage MyTestClass::foo(array('a_scalar'=>2,'a_closure'=>'object(Closure)',))
* @expectedExceptionMessage MyTestClass::foo(array('a_scalar'=>2,'a_closure'=>'object(Closure
*/
public function testHandlesMethodWithArgumentExpectationWhenCalledWithNestedClosure()
{
Expand Down

0 comments on commit 9b0ef0a

Please sign in to comment.