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()
8888 ['name ' => 'test/mftf ' , 'level ' => 'PATCH ' ],
8989 ],
9090 'Major change is detected. ' ,
91- - 1 ,
91+ 1 ,
9292 self ::getAllReportTypes ()
9393 ],
9494 'test disallowing only Major changes for all types (excludes Non-api php files) ' => [
@@ -109,7 +109,7 @@ public function changesDataProvider()
109109 ['name ' => 'test/less ' , 'level ' => 'MAJOR ' ],
110110 ],
111111 'Major change is detected. ' ,
112- - 1 ,
112+ 1 ,
113113 self ::getAllReportTypes ()
114114 ],
115115 'test allowing only patch changes for all types (excludes Non-api php files) ' => [
@@ -131,7 +131,7 @@ public function changesDataProvider()
131131 ['name ' => 'test/less ' , 'level ' => 'MAJOR ' ],
132132 ],
133133 'Major change is detected. ' ,
134- - 1 ,
134+ 1 ,
135135 self ::getAllReportTypes ()
136136 ],
137137 'test allowing all changes for all types (excludes Non-api php files) ' => [
You can’t perform that action at this time.
0 commit comments