/var/www/vhosts/nabawater/vendor/codeception/phpunit-wrapper/src/Constraint
NameSizeModeActions
Crawler.php20760664editdlrm
CrawlerNot.php10760664editdlrm
JsonContains.php17950664editdlrm
JsonType.php15630664editdlrm
Page.php20620664editdlrm
WebDriver.php22830664editdlrm
WebDriverNot.php12130664editdlrm
Edit: /var/www/vhosts/nabawater/vendor/codeception/phpunit-wrapper/src/Constraint/WebDriverNot.php (1213B)
string) { throw new \PHPUnit\Framework\ExpectationFailedException( "Element $selector was found", $comparisonFailure ); } $output = "There was $selector element"; $output .= $this->uriMessage("on page"); $output .= $this->nodesList($nodes, $this->string); $output .= "\ncontaining '{$this->string}'"; throw new \PHPUnit\Framework\ExpectationFailedException( $output, $comparisonFailure ); } public function toString() { if ($this->string) { return 'that contains text "' . $this->string . '"'; } } }