Skip to content

Commit c9dcd27

Browse files
committed
Fixed static test
1 parent 6a82bf7 commit c9dcd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Theme/Test/Unit/Controller/Result/JsFooterPluginTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public function ifGetContentIsNotAStringDataProvider(): array
133133
'content' => []
134134
],
135135
'null' => [
136-
'content' => NULL
136+
'content' => null
137137
]
138138
];
139139
}

0 commit comments

Comments
 (0)