Skip to content

Commit 9ebba8b

Browse files
authored
Add assertNotContainsSelector return type
1 parent 525823c commit 9ebba8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/MarkupAssertionsTrait.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ public function assertContainsSelector($selector, $markup = '', $message = '')
4141
* @param string $selector A query selector for the element to find.
4242
* @param string $markup The output that should not contain the $selector.
4343
* @param string $message A message to display if the assertion fails.
44+
*
45+
* @return void
4446
*/
4547
public function assertNotContainsSelector($selector, $markup = '', $message = '')
4648
{

0 commit comments

Comments
 (0)