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 e8e38e1 commit 9875588Copy full SHA for 9875588
dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/OrderGetTest.php
@@ -83,8 +83,8 @@ public function testOrderGet()
83
}
84
85
//check that nullable fields were marked as optional and were not sent
86
- foreach ($result as $value) {
87
- $this->assertNotNull($value);
+ foreach ($result as $key => $value) {
+ $this->assertNotNull($value, 'Failed asserting that "' . $key . '" field is not null.');
88
89
90
0 commit comments