Skip to content

Commit d362631

Browse files
Merge pull request #37 from szepeviktor/patch-1
Add assertNotContainsSelector return type
2 parents 525823c + 9ebba8b commit d362631

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)