diff --git a/src/Concerns/MakesAssertions.php b/src/Concerns/MakesAssertions.php index 58ed51bf6..0ca2ff633 100644 --- a/src/Concerns/MakesAssertions.php +++ b/src/Concerns/MakesAssertions.php @@ -832,7 +832,7 @@ public function assertAttributeDoesntContain($selector, $attribute, $value) if (is_null($actual)) { return $this; } - + PHPUnit::assertStringNotContainsString( $value, $actual,