wiki.techinc.nl/tests/phpunit/data/xmp/bag-for-seq.result.php
Brian Wolff 4aaf9fe071 (follow-up r86169) Moar unit-tests!! (sorry for uttetly huge commit)
This should be my last commit of unit tests for the media metadata stuff (hopefully).
2011-08-21 18:05:34 +00:00

10 lines
122 B
PHP

<?php
$result = array(
'xmp-general' => array(
'Artist' => array(
'_type' => 'ul',
0 => 'The author',
)
)
);