fix unit tests on php < 7.3

This commit is contained in:
El RIDO
2021-06-13 12:40:06 +02:00
parent 68b097087d
commit 078c5785dd
2 changed files with 17 additions and 10 deletions

View File

@@ -259,6 +259,7 @@ class ModelTest extends PHPUnit_Framework_TestCase
$paste = $model->getPaste();
$paste->setData($pasteData);
$paste->store();
$paste->exists();
$db = new PDO(
$options['model_options']['dsn'],