init
This commit is contained in:
10
vendor/codeception/base/tests/web/FriendsCept.php
vendored
Normal file
10
vendor/codeception/base/tests/web/FriendsCept.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
$I = new WebGuy($scenario);
|
||||
$I->wantTo('call friends to try multi session');
|
||||
$I->amOnPage('/info');
|
||||
$jon = $I->haveFriend('jon');
|
||||
$jon->does(function (WebGuy $I) {
|
||||
$I->amOnPage('/');
|
||||
$I->seeInCurrentUrl('/');
|
||||
});
|
||||
$I->seeInCurrentUrl('/info');
|
||||
Reference in New Issue
Block a user