init
This commit is contained in:
12
vendor/codeception/base/tests/cli/ConfigWithPresetsCest.php
vendored
Normal file
12
vendor/codeception/base/tests/cli/ConfigWithPresetsCest.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
class ConfigWithPresetsCest
|
||||
{
|
||||
public function loadWithPresets(CliGuy $I)
|
||||
{
|
||||
$I->amInPath('tests/data/presets');
|
||||
$I->executeCommand('run -c codeception.yml');
|
||||
$I->seeInShellOutput('OK (1 test');
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user