init
This commit is contained in:
17
vendor/codeception/base/tests/cli/ConfigExtendsCest.php
vendored
Normal file
17
vendor/codeception/base/tests/cli/ConfigExtendsCest.php
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
class ConfigExtendsCest
|
||||
{
|
||||
/**
|
||||
* @param CliGuy $I
|
||||
*/
|
||||
public function runIncludedSuites(\CliGuy $I)
|
||||
{
|
||||
$I->amInPath('tests/data/config_extends');
|
||||
$I->executeCommand('run');
|
||||
|
||||
$I->seeInShellOutput('UnitCest');
|
||||
$I->seeInShellOutput('OK (1 test, 1 assertion)');
|
||||
$I->dontSeeInShellOutput('Exception');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user