Wrong snmpsim endpoint for TravisCI pre-start (#11706)

* Wrong snmpsim endpoint for TravisCI pre-start

* Fix full check parsing
This commit is contained in:
Tony Murray
2020-05-26 13:18:27 -05:00
committed by GitHub
parent bb2ac27a1d
commit e292cc98cc
3 changed files with 11 additions and 5 deletions

View File

@@ -240,6 +240,13 @@ class CiHelperTest extends TestCase
'lint_skip_bash' => true,
'unit_svg' => true,
]);
putenv('FILES=.travis.yml');
$helper = new CiHelper();
$helper->detectChangedFiles();
$this->assertFlagsSet($helper, [
'full' => true,
]);
}
private function assertFlagsSet(CiHelper $helper, $flags = [])