TYPO3 CMS  TYPO3_7-6
LoginCept.php
Go to the documentation of this file.
1 <?php
2 $I = new AcceptanceTester($scenario);
3 $I->wantTo('I want to see the TYPO3 backend login form');
4 $I->amOnPage('/typo3/index.php');
5 $I->see('Login', '#t3-login-submit');
6 $I->fillField('#t3-username', 'admin');
7 $I->fillField('#t3-password', 'joh316');
$I
Definition: LoginCept.php:2