Fix more undefined variable/index notice in tests

This commit is contained in:
Hypolite Petovan 2018-07-01 04:03:57 -04:00
commit a380bcd1c1
7 changed files with 43 additions and 31 deletions

View 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'
]
];