File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
app/code/Magento/Webapi/Test/Unit/Model Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,9 @@ public function testGetServicesConfig()
96
96
$ this ->assertEquals ($ servicesConfig , $ this ->serviceMetadata ->getServicesConfig ());
97
97
}
98
98
99
+ /**
100
+ * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
101
+ */
99
102
public function testGetServicesConfigNoCache ()
100
103
{
101
104
$ servicesConfig = [
@@ -252,6 +255,9 @@ public function testGetRoutesConfig()
252
255
$ this ->assertEquals ($ routesConfig , $ this ->serviceMetadata ->getRoutesConfig ());
253
256
}
254
257
258
+ /**
259
+ * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
260
+ */
255
261
public function testGetRoutesConfigNoCache ()
256
262
{
257
263
$ servicesConfig = [
@@ -460,5 +466,4 @@ public function getServiceNameInvalidNameDataProvider()
460
466
['Foo \\BarV1Interface ' , 'V1 ' ] // Missed module and Service
461
467
];
462
468
}
463
-
464
469
}
You can’t perform that action at this time.
0 commit comments