We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 205f954 + af9bc6f commit 7ab7fd3Copy full SHA for 7ab7fd3
tests/unit/External/AstHasherTest.php
@@ -34,9 +34,10 @@ public function getLongString($seed): string
34
}
35
36
CODE;
37
- $actual = $this->subject->get($source);
38
- $expected = 'e972738f82f2733237099fa4f141582f';
39
- $this->assertSame($expected, $actual);
+
+ $this->subject->get($source);
40
+ $this->expectNotToPerformAssertions();
41
42
43
public function testGetWithBrokenCode(): void
0 commit comments