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 38ba303 commit 128808eCopy full SHA for 128808e
tests/phpunit/tests/media/wpAddId3TagData.php
@@ -27,9 +27,9 @@ public function test_wp_add_id3_tag_data_handles_non_string_data() {
27
$data = array(
28
'id3v2' => array(
29
'comments' => array(
30
- 'artist' => array( 'The Northern Lights Ensemble' ),
31
- 'album' => array( 'Horizons and Beyond' ),
32
- 'title' => array( 'Aurora Rising' ),
+ 'artist' => 'The Northern Lights Ensemble',
+ 'album' => 'Horizons and Beyond',
+ 'title' => 'Aurora Rising',
33
'involved_people' => array(
34
array(
35
'role' => 'Mastered by Lead Audio Engineer',
0 commit comments