apply StyleCI recommendation

This commit is contained in:
El RIDO
2021-06-13 11:16:29 +02:00
parent fa4fe2852d
commit 68b097087d
3 changed files with 4 additions and 6 deletions

View File

@@ -343,9 +343,9 @@ class ModelTest extends PHPUnit_Framework_TestCase
*/
public function testInvalidPasteFormat()
{
$pasteData = Helper::getPastePost();
$pasteData = Helper::getPastePost();
$pasteData['adata'][1] = 'format does not exist';
$paste = $this->_model->getPaste();
$paste = $this->_model->getPaste();
$paste->setData($pasteData);
}