File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33declare (strict_types=1 );
44
5- namespace Codeception \PHPUnit \ Constraint ;
5+ namespace Codeception \Constraint ;
66
77use PHPUnit \Framework \ExpectationFailedException ;
88use SebastianBergmann \Comparator \ComparisonFailure ;
Original file line number Diff line number Diff line change 44
55namespace Codeception \Lib ;
66
7+ use Codeception \Constraint \Crawler as CrawlerConstraint ;
8+ use Codeception \Constraint \CrawlerNot as CrawlerNotConstraint ;
9+ use Codeception \Constraint \Page as PageConstraint ;
710use Codeception \Exception \ElementNotFound ;
811use Codeception \Exception \ExternalUrlException ;
912use Codeception \Exception \MalformedLocatorException ;
1417use Codeception \Lib \Interfaces \PageSourceSaver ;
1518use Codeception \Lib \Interfaces \Web ;
1619use Codeception \Module ;
17- use Codeception \PHPUnit \Constraint \Crawler as CrawlerConstraint ;
18- use Codeception \PHPUnit \Constraint \CrawlerNot as CrawlerNotConstraint ;
19- use Codeception \PHPUnit \Constraint \Page as PageConstraint ;
2020use Codeception \Test \Descriptor ;
2121use Codeception \TestInterface ;
2222use Codeception \Util \HttpCode ;
You can’t perform that action at this time.
0 commit comments