File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/integration/testsuite/Magento/Theme/Model/Theme Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public function testGetThemeById()
40
40
{
41
41
/** @var Theme $theme */
42
42
foreach ($ this ->themeCollection as $ theme ) {
43
- $ this ->assertEquals (
43
+ $ this ->assertSame (
44
44
$ this ->themeProvider1 ->getThemeById ($ theme ->getId ())->getData (),
45
45
$ this ->themeProvider2 ->getThemeById ($ theme ->getId ())->getData ()
46
46
);
@@ -51,7 +51,7 @@ public function testGetThemeByFullPath()
51
51
{
52
52
/** @var Theme $theme */
53
53
foreach ($ this ->themeCollection as $ theme ) {
54
- $ this ->assertEquals (
54
+ $ this ->assertSame (
55
55
$ this ->themeProvider1 ->getThemeByFullPath ($ theme ->getFullPath ())->getData (),
56
56
$ this ->themeProvider2 ->getThemeByFullPath ($ theme ->getFullPath ())->getData ()
57
57
);
You can’t perform that action at this time.
0 commit comments