Skip to content

Commit

Permalink
Revert "Change test case with partial message in expectedExceptino an…
Browse files Browse the repository at this point in the history
…notation to use full expectedExceptionMessage one"

This reverts commit b5ff03e.
  • Loading branch information
sebastianbergmann committed Oct 10, 2018
1 parent 250e292 commit b8e0fce
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ public function testMessageXdebugScreamCompatibility()
}

/**
* @expectedException \Exception
* @expectedExceptionMessage A variadic exception message
* @expectedException \Exception variadic
* @expectedExceptionMessageRegExp /^A variadic \w+ message/
*/
public function testSimultaneousLiteralAndRegExpExceptionMessage()
Expand Down

0 comments on commit b8e0fce

Please sign in to comment.