Skip to content

Commit

Permalink
adjust fail description hardcoded in testcase to mach new one
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus authored and sebastianbergmann committed Oct 9, 2018
1 parent b5ff03e commit fcbc64b
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' contains 'A logic error occurred'.",
"Failed asserting that exception message 'A runtime error occurred' equals 'A logic error occurred'.",
$test->getStatusMessage()
);
}
Expand Down

0 comments on commit fcbc64b

Please sign in to comment.