diff --git a/src/Tests/ExampleContentTrait.php b/src/Tests/ExampleContentTrait.php index c2041b0..1cfd0ea 100644 --- a/src/Tests/ExampleContentTrait.php +++ b/src/Tests/ExampleContentTrait.php @@ -103,8 +103,8 @@ trait ExampleContentTrait { * Another string. */ protected function assertStringPosition($x, $y) { - $this->assertText($x); - $this->assertText($y); + $this->assertRaw($x); + $this->assertRaw($y); $x_position = strpos($this->getRawContent(), $x); $y_position = strpos($this->getRawContent(), $y);