File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
dev/tests/integration/testsuite/Magento/Webapi/Model Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 6
6
namespace Magento \Webapi \Model ;
7
7
8
8
use Magento \TestFramework \Helper \Bootstrap ;
9
- use Magento \Webapi \Model \ServiceMetadata ;
10
9
use Magento \Customer \Api \AccountManagementInterface ;
11
10
12
11
class ServiceMetadataTest extends \PHPUnit_Framework_TestCase
@@ -58,7 +57,7 @@ public function testGetServiceMetadata()
58
57
]
59
58
],
60
59
'throws ' => [
61
- \ Magento \Framework \Exception \LocalizedException::class
60
+ "\\ Magento \\ Framework \\ Exception \\ LocalizedException "
62
61
]
63
62
]
64
63
]
@@ -107,7 +106,7 @@ public function testGetRouteMetadata()
107
106
]
108
107
],
109
108
'throws ' => [
110
- \ Magento \Framework \Exception \LocalizedException::class
109
+ "\\ Magento \\ Framework \\ Exception \\ LocalizedException "
111
110
]
112
111
]
113
112
]
Original file line number Diff line number Diff line change 6
6
namespace Magento \Webapi \Model \Soap ;
7
7
8
8
use Magento \TestFramework \Helper \Bootstrap ;
9
- use Magento \Webapi \Model \Soap \Config ;
10
9
use Magento \Customer \Api \AccountManagementInterface ;
11
10
use Magento \Customer \Api \CustomerRepositoryInterface ;
12
- use Magento \Framework \Exception \LocalizedException ;
13
11
14
12
class ConfigTest extends \PHPUnit_Framework_TestCase
15
13
{
@@ -62,7 +60,7 @@ public function testGetRequestedSoapServices()
62
60
]
63
61
],
64
62
'throws ' => [
65
- \ Magento \Framework \Exception \LocalizedException::class
63
+ "\\ Magento \\ Framework \\ Exception \\ LocalizedException "
66
64
]
67
65
]
68
66
]
You can’t perform that action at this time.
0 commit comments