]> git.mxchange.org Git - friendica.git/blob - tests/datasets/photo/photo.fixture.php
Merge pull request #11014 from MrPetovan/task/10978-settings-keyboard-actionable
[friendica.git] / tests / datasets / photo / photo.fixture.php
1 <?php
2
3 return [
4         'storage' => [
5                 [
6                         'id'   => 1,
7                         'data' => file_get_contents(__DIR__ . '/test_photo.content'),
8                 ],
9         ],
10         'photo' => [
11                 [
12                         "id"            => 1,
13                         "uid"           => 42,
14                         "contact-id"    => 0,
15                         "guid"          => "71361a283a6aa6a2",
16                         "resource-id"   => "709057080661a283a6aa598501504178",
17                         "hash"          => "fc84f6c0ae79f626e4b7f65f438e60c1",
18                         "created"       => "2021-11-27 19:14:47",
19                         "edited"        => "2021-11-27 19:14:47",
20                         "title"         => "",
21                         "desc"          => "",
22                         "album"         => "test_album",
23                         "photo-type"    => 0,
24                         "filename"      => "traffic-signs-g1c8094e4f_1920.jpg",
25                         "type"          => "image/jpeg",
26                         "height"        => 226,
27                         "width"         => 320,
28                         "datasize"      => 96968,
29                         "data"          => "",
30                         "scale"         => 2,
31                         "profile"       => 0,
32                         "allow_cid"     => "",
33                         "allow_gid"     => "",
34                         "deny_cid"      => "",
35                         "deny_gid"      => "",
36                         "accessible"    => 0,
37                         "backend-class" => "Database",
38                         "backend-ref"   => "1",
39                         "updated"       => "0001-01-01 00:00:00",
40                 ],
41         ],
42 ];