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.

OrderOrderCept.php 287B

1234567891011121314
  1. <?php
  2. use tests\codeception\producer\FunctionalTester;
  3. /* @var $scenario Codeception\Scenario */
  4. $I = new FunctionalTester($scenario);
  5. $I->wantTo("m'assurer que le tunnel de commande fonctionne");
  6. $I->amLoggedInAs(1);
  7. $I->amOnPage('/demo/order/order');
  8. $I->see('Commander', 'h2');