Blame view

vendor/codeception/base/tests/cli/GenerateCestCept.php 220 Bytes
2e86c939   xu   “首次提交”
1
2
3
4
5
6
<?php
$I = new CliGuy\GeneratorSteps($scenario);
$I->wantTo('generate sample Cest');
$I->amInPath('tests/data/sandbox');
$I->executeCommand('generate:cest dummy DummyClass');
$I->seeFileWithGeneratedClass('DummyClass');