Skip to content

Commit 2bb4c83

Browse files
Joan Hebuskamuza
authored andcommitted
MAGETWO-58692: Refactor Module_Webapi, Module_Elasticsearch Refactoring integration tests
1 parent 9794757 commit 2bb4c83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dev/tests/integration/testsuite/Magento/Webapi/Model/ServiceMetadataTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function testGetServiceMetadata()
5858
]
5959
],
6060
'throws' => [
61-
'\Magento\Framework\Exception\LocalizedException'
61+
\Magento\Framework\Exception\LocalizedException::class
6262
]
6363
]
6464
]
@@ -107,7 +107,7 @@ public function testGetRouteMetadata()
107107
]
108108
],
109109
'throws' => [
110-
'\Magento\Framework\Exception\LocalizedException'
110+
\Magento\Framework\Exception\LocalizedException::class
111111
]
112112
]
113113
]

dev/tests/integration/testsuite/Magento/Webapi/Model/Soap/ConfigTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function testGetRequestedSoapServices()
6262
]
6363
],
6464
'throws' => [
65-
'\Magento\Framework\Exception\LocalizedException'
65+
\Magento\Framework\Exception\LocalizedException::class
6666
]
6767
]
6868
]

0 commit comments

Comments
 (0)