wiki.techinc.nl/tests/phpunit/data/xmp/flash.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

8 lines
103 B
PHP

<?php
$result = array( 'xmp-exif' =>
array(
'DigitalZoomRatio' => '0/10',
'Flash' => '127'
)
);