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 686970b commit 3c4e068Copy full SHA for 3c4e068
tests/phpunit/tests/dependencies/styles.php
@@ -295,10 +295,9 @@ public function test_multiple_inline_styles() {
295
*/
296
public function test_plugin_doing_inline_styles_wrong() {
297
298
- $style_tag_open = '';
299
- $style = ".thing {\n";
300
- $style .= "\tbackground: red;\n";
301
- $style .= '}';
+ $style = ".thing {\n";
+ $style .= "\tbackground: red;\n";
+ $style .= '}';
302
303
$expected = "<link rel='stylesheet' id='handle-css' href='http://example.com?ver=1' type='text/css' media='all' />\n";
304
$expected .= "<style id='handle-inline-css' type='text/css'>\n";
0 commit comments