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 172a1ef commit ea1b727Copy full SHA for ea1b727
src/Magento/FunctionalTestingFramework/Util/Filesystem/CestFileCreatorUtil.php
@@ -21,7 +21,9 @@ class CestFileCreatorUtil
21
/**
22
* CestFileCreatorUtil constructor.
23
*/
24
- private function __construct(){}
+ private function __construct()
25
+ {
26
+ }
27
28
29
* Get CestFileCreatorUtil instance.
@@ -41,9 +43,9 @@ public static function getInstance()
41
43
* Create a single PHP file containing the $cestPhp using the $filename.
42
44
* If the _generated directory doesn't exist it will be created.
45
*
46
+ * @param string $filename
47
* @param string $exportDirectory
48
* @param string $testPhp
- * @param string $filename
49
50
* @return void
51
* @throws TestFrameworkException
0 commit comments