File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
dev/tests/integration/testsuite/Magento/Webapi/Model Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public function testGetServiceMetadata()
58
58
]
59
59
],
60
60
'throws ' => [
61
- ' \Magento\Framework\Exception\LocalizedException '
61
+ \Magento \Framework \Exception \LocalizedException::class
62
62
]
63
63
]
64
64
]
@@ -107,7 +107,7 @@ public function testGetRouteMetadata()
107
107
]
108
108
],
109
109
'throws ' => [
110
- ' \Magento\Framework\Exception\LocalizedException '
110
+ \Magento \Framework \Exception \LocalizedException::class
111
111
]
112
112
]
113
113
]
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ public function testGetRequestedSoapServices()
62
62
]
63
63
],
64
64
'throws ' => [
65
- ' \Magento\Framework\Exception\LocalizedException '
65
+ \Magento \Framework \Exception \LocalizedException::class
66
66
]
67
67
]
68
68
]
You can’t perform that action at this time.
0 commit comments