File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
dev/tests/integration/testsuite/Magento/Webapi/Model Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
12
12
class ServiceMetadataTest extends \PHPUnit_Framework_TestCase
13
13
{
14
- /**
14
+ /**bootstrap.sh
15
15
* @var ServiceMetadata
16
16
*/
17
17
private $ serviceMetadata ;
@@ -68,7 +68,7 @@ public function testGetServiceMetadata()
68
68
'description ' => 'Interface for managing customers accounts. ' ,
69
69
];
70
70
$ actual = $ this ->serviceMetadata ->getServiceMetadata ('customerAccountManagementV1 ' );
71
- $ this ->assertEquals (array_replace_recursive ($ expected , $ actual ), $ actual );
71
+ $ this ->assertEquals (array_replace_recursive ($ actual , $ expected ), $ actual );
72
72
}
73
73
74
74
public function testGetRouteMetadata ()
@@ -130,6 +130,6 @@ public function testGetRouteMetadata()
130
130
]
131
131
];
132
132
$ actual = $ this ->serviceMetadata ->getRouteMetadata ('customerAccountManagementV1 ' );
133
- $ this ->assertEquals (array_replace_recursive ($ expected , $ actual ), $ actual );
133
+ $ this ->assertEquals (array_replace_recursive ($ actual , $ expected ), $ actual );
134
134
}
135
135
}
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ public function testGetRequestedSoapServices()
78
78
'NonExistentService '
79
79
]
80
80
);
81
- $ this ->assertEquals (array_replace_recursive ($ expected , $ actual ), $ actual );
81
+ $ this ->assertEquals (array_replace_recursive ($ actual , $ expected ), $ actual );
82
82
}
83
83
84
84
public function testGetServiceMethodInfo ()
You can’t perform that action at this time.
0 commit comments