Skip to content

Commit 44626e4

Browse files
committed
chore: add a note about getting_a_list_of_resources_filtered_by_field_in_json_column test exclusion on php 7.3
1 parent 2449b21 commit 44626e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Feature/StandardIndexFilteringOperationsTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,8 @@ public function getting_a_list_of_resources_filtered_by_model_field_using_not_in
275275
public function getting_a_list_of_resources_filtered_by_field_in_json_column(): void
276276
{
277277
if (PHP_MAJOR_VERSION === 7 && PHP_MINOR_VERSION === 3) {
278-
$this->markAsRisky();
278+
$this->markAsRisky(); // weird pdo_mysql issue 🤷🏻‍
279+
279280
return;
280281
}
281282

0 commit comments

Comments
 (0)