|
@@ -10,11 +10,11 @@ |
|
|
block discarded – undo |
|
10
|
10
|
|
|
11
|
11
|
} |
|
12
|
12
|
|
|
13
|
|
- public static function verify(string $scenario, callable $verificationSteps = null) { |
|
|
13
|
+ public static function verify(string $scenario, callable $verificationSteps = null) { |
|
14
|
14
|
|
|
15
|
15
|
} |
|
16
|
16
|
|
|
17
|
|
- public static function expect(string $scenario, callable $verificationSteps = null) { |
|
|
17
|
+ public static function expect(string $scenario, callable $verificationSteps = null) { |
|
18
|
18
|
|
|
19
|
19
|
} |
|
20
|
20
|
|
Please login to merge, or discard this patch.