e107_tests/lib/config.php
Call to undeclared function \codecept_root_dir()
Open
Open
$absolute_config_path = codecept_root_dir() . '/' . $config_filename;
- Exclude checks
Call to method parse
from undeclared class \Symfony\Component\Yaml\Yaml
Open
Open
$params = array_replace_recursive($params, Yaml::parse(file_get_contents($absolute_config_path)));
- Exclude checks