File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 15
15
<directory suffix =" CrudTest.php" >./tests/Feature</directory >
16
16
<directory suffix =" FieldsTest.php" >./tests/Feature</directory >
17
17
<directory suffix =" UploadModuleTest.php" >./tests/Feature</directory >
18
- <directory suffix =" FieldsTest.php" >./tests/Feature</directory >
19
18
<directory suffix =" TestSetOrderType.php" >./tests/Feature</directory >
20
19
<directory suffix =" OptionSavingTest.php" >./tests/Feature</directory >
21
20
<directory suffix =" TestOtherGetRoutes.php" >./tests/Feature</directory >
22
21
<directory suffix =" ManageRoleTest.php" >./tests/Feature</directory >
23
22
<directory suffix =" RefreshReportForPassDaysTest.php" >./tests/Feature</directory >
24
23
<directory suffix =" RenderCrudFormTest.php" >./tests/Feature</directory >
25
24
<directory suffix =" SaveSettingsTest.php" >./tests/Feature</directory >
26
- <directory suffix =" CrudTest.php" >./tests/Feature</directory >
27
25
<directory suffix =" CrudEditEntitiesTest.php" >./tests/Feature</directory >
28
26
<directory suffix =" AuthenticationTest.php" >./tests/Feature</directory >
29
27
</testsuite >
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ protected function attemptChangeProductCategory()
160
160
$ newCategoryRefreshed = $ newCategory ->fresh ();
161
161
162
162
$ this ->assertGreaterThan (
163
- expected : $ newCategory ->total_items ,
163
+ minimum : $ newCategory ->total_items ,
164
164
actual: $ newCategoryRefreshed ->total_items ,
165
165
message: sprintf (
166
166
'The new category "total_items" has\nt properly been updated. %s was expected, we have %s currently defined. ' ,
@@ -170,7 +170,7 @@ protected function attemptChangeProductCategory()
170
170
);
171
171
172
172
$ this ->assertGreaterThan (
173
- expected : $ oldCategoryRefreshed ->total_items ,
173
+ minimum : $ oldCategoryRefreshed ->total_items ,
174
174
actual: $ oldCategory ->total_items ,
175
175
message: sprintf (
176
176
'The old category "total_items" has\nt properly been updated. %s was expected, we have %s currently defined. ' ,
You can’t perform that action at this time.
0 commit comments