Fix more undefined variable/index notice in tests
This commit is contained in:
parent
209510e970
commit
a380bcd1c1
7 changed files with 43 additions and 31 deletions
|
|
@ -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'
|
||||
]
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue