Changeset 61519 for trunk/tests/phpunit/tests/dependencies/styles.php
- Timestamp:
- 01/23/2026 06:04:10 PM (8 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/dependencies/styles.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/dependencies/styles.php
r61416 r61519 883 883 /*# sourceURL=css-inline-concat-one%2Ctwo */ 884 884 </style> 885 885 886 HTML; 886 887 … … 936 937 $markup = get_echo( 'wp_print_styles' ); 937 938 938 $expected = "<link rel='stylesheet' href='/test-style.css?{$expected_query_string}' id='test-style-css' media='all' /> ";939 $expected = "<link rel='stylesheet' href='/test-style.css?{$expected_query_string}' id='test-style-css' media='all' />\n"; 939 940 $this->assertEqualHTML( $expected, $markup, '<body>', 'Expected equal snapshot for wp_print_styles() with version ' . var_export( $version, true ) . ":\n$markup" ); 940 941 } … … 957 958 $markup = get_echo( 'wp_print_styles' ); 958 959 959 $expected = "<link rel='stylesheet' href='/test-style.css?{$expected_query_string}' id='test-style-css' media='all' /> ";960 $expected = "<link rel='stylesheet' href='/test-style.css?{$expected_query_string}' id='test-style-css' media='all' />\n"; 960 961 $this->assertEqualHTML( $expected, $markup, '<body>', 'Expected equal snapshot for wp_print_styles() with version ' . var_export( $version, true ) . ":\n$markup" ); 961 962 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)