]> git.mxchange.org Git - friendica.git/blobdiff - tests/ApiTest.php
Fix more undefined variable/index notice in tests
[friendica.git] / tests / ApiTest.php
index 0d9e0b538b8a059e72a7508a434f3356e2dbbf1c..f1857ad27269c15482efb6f8b37ce7865f607854 100644 (file)
@@ -1110,6 +1110,7 @@ class ApiTest extends DatabaseTest
                                'width' => 666,
                                'height' => 666,
                                'tmp_name' => $this->getTempImage(),
+                               'name' => 'spacer.png',
                                'type' => 'image/png'
                        ]
                ];
@@ -1217,6 +1218,7 @@ class ApiTest extends DatabaseTest
                                'width' => 666,
                                'height' => 666,
                                'tmp_name' => $this->getTempImage(),
+                               'name' => 'spacer.png',
                                'type' => 'image/png'
                        ]
                ];