You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Testing/TypeInferenceTestCase.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ public function assertFileAsserts(
101
101
$variableName = $args[2];
102
102
$this->assertTrue(
103
103
$expectedCertainty->equals($actualCertainty),
104
-
sprintf('Expected %s, actual certainty of variable $%s is %s', $expectedCertainty->describe(), $variableName, $actualCertainty->describe()),
104
+
sprintf('Expected %s, actual certainty of variable $%s is %s in %s on line %d.', $expectedCertainty->describe(), $variableName, $actualCertainty->describe(), $file, $args[3]),
105
105
);
106
106
}
107
107
}
@@ -161,7 +161,7 @@ public function gatherAssertTypes(string $file): array
0 commit comments