Skip to content

Commit

Permalink
Merge branch '7.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 7, 2018
2 parents db195f0 + 768a864 commit 1e7fb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/Framework/AssertTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2514,7 +2514,7 @@ public function testAssertStringNotMatchesFormatFile(): void

protected function sameValues()
{
$object = new \SampleClass(4, 8, 15);
$object = new \SampleClass(4, 8, 15);
$file = TEST_FILES_PATH . 'foo.xml';
$resource = \fopen($file, 'r');

Expand Down

0 comments on commit 1e7fb06

Please sign in to comment.