We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f36dbe commit 37e484fCopy full SHA for 37e484f
tests/Contracts/TaskTest.php
@@ -59,6 +59,7 @@ public function testCreate(): void
59
'link' => 'https://docs.meilisearch.com/errors#index_not_found',
60
], $task->getError());
61
62
+ // Ensure the class supports array access retrocompatibility
63
self::assertSame(1, $task['taskUid']);
64
self::assertSame('documents', $task['indexUid']);
65
self::assertSame('failed', $task['status']);
0 commit comments