You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

HomeCept.php 292B

8 yıl önce
1 yıl önce
1 yıl önce
123456789
  1. <?php
  2. use tests\codeception\frontend\FunctionalTester;
  3. /* @var $scenario Codeception\Scenario */
  4. $I = new FunctionalTester($scenario);
  5. $I->wantTo("m'assurer que la page d'accueil s'affiche");
  6. $I->amOnPage('site/index');
  7. $I->see('un outil pour organiser des ventes en circuit court', 'h1');