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 2fbf68c commit 8ad9badCopy full SHA for 8ad9bad
src/Magento/FunctionalTestingFramework/Codeception/Module/Sequence.php
@@ -12,6 +12,11 @@
12
use Codeception\Exception\ModuleException;
13
use Codeception\TestInterface;
14
15
+/**
16
+ * Class Sequence
17
+ * Implemented here as a replacement for codeception/module-sequence due to PHP 8.4 deprecation errors.
18
+ * This class can be removed when PHP 8.4 compatibility is updated in codeception/module-sequence.
19
+ */
20
class Sequence extends Module
21
{
22
/**
0 commit comments