You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Context/FeatureContext.php
+35-5Lines changed: 35 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,11 @@ class FeatureContext implements SnippetAcceptingContext {
38
38
*/
39
39
privatestatic$run_dir;
40
40
41
+
/**
42
+
* The Directory that 'composer behat' is run from, assumed to always be the top level project folder
43
+
*/
44
+
privatestatic$behat_run_dir;
45
+
41
46
/**
42
47
* Where WordPress core is downloaded to for caching, and which is copied to RUN_DIR during a "Given a WP installation" step. Lives until manually deleted.
43
48
*/
@@ -286,9 +291,10 @@ private static function get_process_env_variables() {
0 commit comments