Your IP : 216.73.216.79


Current Path : /var/www/html/dyna-project/vendor/codeception/base/tests/data/claypit/tests/order/
Upload File :
Current File : /var/www/html/dyna-project/vendor/codeception/base/tests/data/claypit/tests/order/AnotherCept.php

<?php
// @group simple
\Codeception\Module\OrderHelper::appendToFile('S');
$I = new OrderGuy($scenario);
$I->wantTo('write a marker to file to determine loading order');
$I->appendToFile('T');