| Current Path : /var/www/html/dyna-project/vendor/codeception/base/tests/data/claypit/tests/order/ |
| Current File : /var/www/html/dyna-project/vendor/codeception/base/tests/data/claypit/tests/order/FailedCept.php |
<?php
// @group simple
\Codeception\Module\OrderHelper::appendToFile('S');
$I = new OrderGuy($scenario);
$I->wantTo('write a marker and fail');
$I->appendToFile('T');
$I->failNow();