Skip to content

Commit 1778138

Browse files
author
Nils Langner
committed
fixed typo in methodname
1 parent 953a901 commit 1778138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/VisualCeption.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ private function getDeviation ($identifier, $elementID)
6464
* @param string $identifier identifies your test object
6565
* @param string $elementID DOM ID of the element, which should be screenshotted
6666
*/
67-
public function dontseeVisualChanges ($identifier, $elementID = null)
67+
public function dontSeeVisualChanges ($identifier, $elementID = null)
6868
{
6969
$deviationResult = $this->getDeviation($identifier, $elementID);
7070
if (! is_null($deviationResult["deviationImage"])) {

0 commit comments

Comments
 (0)