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 397887d commit b1147b8Copy full SHA for b1147b8
test/Unit/ItemTest.php
@@ -44,7 +44,7 @@ public function test_can_configure_and_export()
44
$this->assertArrayHasKey('quantity', $asArray);
45
$this->assertArrayHasKey('index', $asArray);
46
$this->assertArrayHasKey('item_category', $asArray);
47
- $this->assertIsArray($asArray['item_category']);
+ $this->assertIsNotArray($asArray['item_category']);
48
}
49
50
public function test_can_configure_arrayable()
0 commit comments