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 4932c43 commit 4483bbcCopy full SHA for 4483bbc
dev/tests/integration/framework/Magento/TestFramework/SuiteLoader.php
@@ -45,9 +45,9 @@ public function __construct()
45
/**
46
* @inheritdoc
47
*/
48
- public function load($suiteClassName, $suiteClassFile = ''): \ReflectionClass
+ public function load(string $suiteClassFile): \ReflectionClass
49
{
50
- $resultClass = $this->suiteLoader->load($suiteClassName, $suiteClassFile);
+ $resultClass = $this->suiteLoader->load($suiteClassFile);
51
52
if ($this->testsConfig->hasConfiguration($resultClass->getName())
53
&& !in_array(SkippableInterface::class, $resultClass->getInterfaceNames(), true)
0 commit comments