Merge "Add checks to try to catch T92046"
[lhc/web/wiklou.git] / tests / phpunit / data / xmp / 7.result.php
1 <?php
2 $result = array(
3 'xmp-exif' =>
4 array(
5 'CameraOwnerName' => 'Me!',
6 ),
7 'xmp-general' =>
8 array(
9 'LicenseUrl' => 'http://creativecommons.com/cc-by-2.9',
10 'ImageDescription' =>
11 array(
12 'x-default' => 'Test image for the cc: xmp: xmpRights: namespaces in xmp',
13 '_type' => 'lang',
14 ),
15 'ObjectName' =>
16 array(
17 'x-default' => 'xmp core/xmp rights/cc ns test',
18 '_type' => 'lang',
19 ),
20 'DateTimeDigitized' => '2005:04:03',
21 'Software' => 'The one true editor: Vi (ok i used gimp)',
22 'Identifier' =>
23 array(
24 0 => 'http://example.com/identifierurl',
25 1 => 'urn:sha1:342524abcdef',
26 '_type' => 'ul',
27 ),
28 'Label' => 'Test image',
29 'DateTimeMetadata' => '2011:05:12',
30 'DateTime' => '2007:03:04 06:34:10',
31 'Nickname' => 'My little xmp test image',
32 'Rating' => '5',
33 'RightsCertificate' => 'http://example.com/rights-certificate/',
34 'Copyrighted' => 'True',
35 'CopyrightOwner' =>
36 array(
37 0 => 'Bawolff is copyright owner',
38 '_type' => 'ul',
39 ),
40 'UsageTerms' =>
41 array(
42 'x-default' => 'do whatever you want',
43 'en-gb' => 'Do whatever you want in british english',
44 '_type' => 'lang',
45 ),
46 'WebStatement' => 'http://example.com/web_statement',
47 ),
48 'xmp-deprecated' =>
49 array(
50 'Identifier' => 'http://example.com/identifierurl/wrong',
51 ),
52 );