Skip to content

Commit

Permalink
Revert "adjust fail description hardcoded in testcase to mach new one"
Browse files Browse the repository at this point in the history
This reverts commit fcbc64b.
  • Loading branch information
sebastianbergmann committed Oct 10, 2018
1 parent 05eb022 commit 250e292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/Framework/TestCaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ public function testExceptionWithWrongMessage()
$this->assertEquals(1, $result->failureCount());
$this->assertCount(1, $result);
$this->assertEquals(
"Failed asserting that exception message 'A runtime error occurred' equals 'A logic error occurred'.",
"Failed asserting that exception message 'A runtime error occurred' contains 'A logic error occurred'.",
$test->getStatusMessage()
);
}
Expand Down

0 comments on commit 250e292

Please sign in to comment.