Your IP : 216.73.216.79


Current Path : /var/www/html/dyna-project/vendor/codeception/base/tests/cli/
Upload File :
Current File : /var/www/html/dyna-project/vendor/codeception/base/tests/cli/GenerateTestCept.php

<?php
$I = new CliGuy\GeneratorSteps($scenario);
$I->wantTo('generate sample Test');
$I->amInPath('tests/data/sandbox');
$I->executeCommand('generate:test dummy Sommy');
$I->seeFileWithGeneratedClass('SommyTest');
$I->seeInThisFile('class SommyTest extends \Codeception\Test\Unit');
$I->seeInThisFile('protected $tester');
$I->seeInThisFile("function _before(");