Skip to content

Commit be3cf5d

Browse files
committed
AC-3208: Fixed unit test
1 parent 29ef6fe commit be3cf5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Unit/Console/Command/HtmlTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)' => [

0 commit comments

Comments
 (0)