Skip to content
Snippets Groups Projects
Commit 2bb4c834 authored by Joan He's avatar Joan He Committed by Olga Kopylova
Browse files

MAGETWO-58692: Refactor Module_Webapi, Module_Elasticsearch Refactoring integration tests

parent 97947571
No related merge requests found
......@@ -58,7 +58,7 @@ class ServiceMetadataTest extends \PHPUnit_Framework_TestCase
]
],
'throws' => [
'\Magento\Framework\Exception\LocalizedException'
\Magento\Framework\Exception\LocalizedException::class
]
]
]
......@@ -107,7 +107,7 @@ class ServiceMetadataTest extends \PHPUnit_Framework_TestCase
]
],
'throws' => [
'\Magento\Framework\Exception\LocalizedException'
\Magento\Framework\Exception\LocalizedException::class
]
]
]
......
......@@ -62,7 +62,7 @@ class ConfigTest extends \PHPUnit_Framework_TestCase
]
],
'throws' => [
'\Magento\Framework\Exception\LocalizedException'
\Magento\Framework\Exception\LocalizedException::class
]
]
]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment