Skip to content

Commit e469fb9

Browse files
committed
Revert a wrong change
1 parent fa4043b commit e469fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ Browser Assertions
10271027
// add this method in some custom class imported in your tests
10281028
protected static function assertMyOwnCustomAssert(): void
10291029
{
1030-
$this->assertThatForClient(new SomeCustomConstraint());
1030+
self::assertThatForClient(new SomeCustomConstraint());
10311031
}
10321032

10331033
Crawler Assertions

0 commit comments

Comments
 (0)