File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/phpunit/tests/media Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -252,9 +252,9 @@ public function test_wp_add_id3_tag_data_multiple_apic() {
252252 * Test wp_add_id3_tag_data() with very long values.
253253 */
254254 public function test_wp_add_id3_tag_data_long_values () {
255- $ metadata = array ();
255+ $ metadata = array ();
256256 $ long_title = str_repeat ( 'a ' , 1000 );
257- $ data = array (
257+ $ data = array (
258258 'id3v2 ' => array (
259259 'comments ' => array (
260260 'title ' => array ( $ long_title ),
@@ -284,7 +284,7 @@ public function test_wp_add_id3_tag_data_different_encodings() {
284284 ),
285285 'id3v1 ' => array (
286286 'comments ' => array (
287- 'title ' => array ( 'Title with ISO-8859-1: é, ñ ' ),
287+ 'title ' => array ( 'Title with ISO-8859-1: é, ñ ' ),
288288 ),
289289 'encoding ' => 'ISO-8859-1 ' ,
290290 ),
You can’t perform that action at this time.
0 commit comments