File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 'import_constants ' => false ,
1818 ],
1919 ]
20- )
20+ )
2121 ->setRiskyAllowed (true )
2222 ->setFinder ($ finder )
2323;
Original file line number Diff line number Diff line change 2222 "ext-json" : " *" ,
2323 "doctrine/doctrine-bundle" : " ^2.4" ,
2424 "illuminate/collections" : " ^8.47" ,
25- "meilisearch/meilisearch-php" : " ^0.23 .0" ,
25+ "meilisearch/meilisearch-php" : " ^0.24 .0" ,
2626 "symfony/filesystem" : " ^4.4 || ^5.0 || ^6.0" ,
2727 "symfony/property-access" : " ^4.4 || ^5.0 || ^6.0" ,
2828 "symfony/serializer" : " ^4.4 || ^5.0 || ^6.0"
Original file line number Diff line number Diff line change @@ -327,6 +327,6 @@ public function testCreateExecuteIndexCreation(): void
327327 $ createCommandTester = new CommandTester ($ createCommand );
328328 $ createCommandTester ->execute ([]);
329329
330- $ this ->assertEquals ($ this ->client ->getTasks ()[ ' results ' ] [0 ]['type ' ], 'indexCreation ' );
330+ $ this ->assertEquals ($ this ->client ->getTasks ()-> getResults () [0 ]['type ' ], 'indexCreation ' );
331331 }
332332}
You can’t perform that action at this time.
0 commit comments