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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,12 @@ class FeatureContext implements SnippetAcceptingContext {
24
24
/**
25
25
* The result of the last command run with `When I run` or `When I try`. Lives until the end of the scenario.
26
26
*/
27
-
private$result;
27
+
protected$result;
28
28
29
29
/**
30
30
* The number of emails sent by the last command run with `When I run` or `When I try`. Lives until the end of the scenario.
31
31
*/
32
-
private$email_sends;
32
+
protected$email_sends;
33
33
34
34
/**
35
35
* The current working directory for scenarios that have a "Given a WP installation" or "Given an empty directory" step. Variable RUN_DIR. Lives until the end of the scenario.
0 commit comments