We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9bd727 commit 6293495Copy full SHA for 6293495
dev/tests/functional/testsuites/Mtf/TestSuite/InjectableTests.php
@@ -96,7 +96,9 @@ private function initObjectManager()
96
$configurationFileName = isset($_ENV['testsuite_rule'])
97
? $_ENV['testsuite_rule']
98
: 'basic';
99
- $confFilePath = __DIR__ . '/InjectableTests/' . $configurationFileName . '.xml';
+ $confFilePath = realpath(
100
+ __DIR__ . '/../../../testsuites/' . $_ENV['testsuite_rule_path'] . '/' . $configurationFileName . '.xml'
101
+ );
102
/** @var \Mtf\TestRunner\Configuration $testRunnerConfiguration */
103
$testRunnerConfiguration = $objectManagerFactory->getObjectManager()->get('\Mtf\TestRunner\Configuration');
104
$testRunnerConfiguration->load($confFilePath);
0 commit comments