File manager - Edit - /usr/local/prospamfilter/vendor/codeception/codeception/tests/cli/_steps/GeneratorSteps.php
Back
<?php namespace CliGuy; class GeneratorSteps extends \CliGuy { public function seeFileWithGeneratedClass($class, $path = '') { $I = $this; $I->seeFileFound($class.'.php', $path); $I->seeInThisFile('class '.$class); } public function seeAutoloaderWasAdded($prefix, $path) { $I = $this; $I->seeFileFound('_bootstrap.php', $path); $I->seeInThisFile("\\Codeception\\Util\\Autoload::addNamespace('$prefix', __DIR__.DIRECTORY_SEPARATOR."); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings