File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/Unit/Console/Command Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ public function changesDataProvider()
88
88
['name ' => 'test/mftf ' , 'level ' => 'PATCH ' ],
89
89
],
90
90
'Major change is detected. ' ,
91
- - 1 ,
91
+ 1 ,
92
92
self ::getAllReportTypes ()
93
93
],
94
94
'test disallowing only Major changes for all types (excludes Non-api php files) ' => [
@@ -109,7 +109,7 @@ public function changesDataProvider()
109
109
['name ' => 'test/less ' , 'level ' => 'MAJOR ' ],
110
110
],
111
111
'Major change is detected. ' ,
112
- - 1 ,
112
+ 1 ,
113
113
self ::getAllReportTypes ()
114
114
],
115
115
'test allowing only patch changes for all types (excludes Non-api php files) ' => [
@@ -131,7 +131,7 @@ public function changesDataProvider()
131
131
['name ' => 'test/less ' , 'level ' => 'MAJOR ' ],
132
132
],
133
133
'Major change is detected. ' ,
134
- - 1 ,
134
+ 1 ,
135
135
self ::getAllReportTypes ()
136
136
],
137
137
'test allowing all changes for all types (excludes Non-api php files) ' => [
You can’t perform that action at this time.
0 commit comments