Skip to content

Commit d76cce7

Browse files
committed
Fix Page constraint name
1 parent 88ea36e commit d76cce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Module/WebDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
use Codeception\Lib\Interfaces\SessionSnapshot;
2424
use Codeception\Lib\Interfaces\Web as WebInterface;
2525
use Codeception\Module as CodeceptionModule;
26-
use Codeception\PHPUnit\Constraint\Page as PageConstraint;
26+
use Codeception\Constraint\Page as PageConstraint;
2727
use Codeception\Constraint\WebDriver as WebDriverConstraint;
2828
use Codeception\Constraint\WebDriverNot as WebDriverConstraintNot;
2929
use Codeception\Test\Descriptor;

0 commit comments

Comments
 (0)