File tree 2 files changed +12
-2
lines changed
exercises/practice/largest-series-product
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,11 @@ description = "reports zero if all spans include zero"
38
38
39
39
[5d81aaf7-4f67-4125-bf33-11493cc7eab7 ]
40
40
description = " rejects span longer than string length"
41
+ include = false
42
+
43
+ [0ae1ce53-d9ba-41bb-827f-2fceb64f058b ]
44
+ description = " rejects span longer than string length"
45
+ reimplements = " 5d81aaf7-4f67-4125-bf33-11493cc7eab7"
41
46
42
47
[06bc8b90-0c51-4c54-ac22-3ec3893a079e ]
43
48
description = " reports 1 for empty string and empty product (0 span)"
@@ -49,6 +54,11 @@ include = false
49
54
50
55
[6d96c691-4374-4404-80ee-2ea8f3613dd4 ]
51
56
description = " rejects empty string and nonzero span"
57
+ include = false
58
+
59
+ [6cf66098-a6af-4223-aab1-26aeeefc7402 ]
60
+ description = " rejects empty string and nonzero span"
61
+ reimplements = " 6d96c691-4374-4404-80ee-2ea8f3613dd4"
52
62
53
63
[7a38f2d6-3c35-45f6-8d6f-12e6e32d4d74 ]
54
64
description = " rejects invalid character in digits"
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ public function testReportsZeroIfAllSpansIncludeZero(): void
107
107
}
108
108
109
109
/**
110
- * uuid: 5d81aaf7-4f67-4125-bf33-11493cc7eab7
110
+ * uuid: 0ae1ce53-d9ba-41bb-827f-2fceb64f058b
111
111
* @testdox rejects span longer than string length
112
112
*/
113
113
public function testRejectsSpanLongerThanStringLength (): void
@@ -139,7 +139,7 @@ public function testReportsOneForNonemptyStringAndEmptyProductSpanZero(): void
139
139
}
140
140
141
141
/**
142
- * uuid: 6d96c691-4374-4404-80ee-2ea8f3613dd4
142
+ * uuid: 6cf66098-a6af-4223-aab1-26aeeefc7402
143
143
* @testdox rejects empty string and nonzero span
144
144
*/
145
145
public function testRejectsEmptyStringAndNonzeroSpan (): void
You can’t perform that action at this time.
0 commit comments