We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc6029 commit cd3f1aeCopy full SHA for cd3f1ae
tests/phpunit/tests/script-modules/wpScriptModules.php
@@ -1234,7 +1234,7 @@ function ( $data ) {
1234
</script>
1235
1236
HTML;
1237
- $this->assertSame( $expected, $actual );
+ $this->assertEqualHTML( $expected, $actual );
1238
}
1239
1240
/**
@@ -1259,7 +1259,7 @@ function ( $data ) {
1259
1260
1261
1262
1263
1264
1265
@@ -1332,7 +1332,7 @@ function ( $data ) use ( $input ) {
1332
1333
1334
1335
1336
1337
1338
0 commit comments