remove more PHP 5.2 cruft, we now require PHP 5.3+

This commit is contained in:
Sergey Tsalkov
2021-06-15 21:28:14 -07:00
parent 0fb0071314
commit 38545ddb3a
3 changed files with 14 additions and 24 deletions

View File

@@ -215,7 +215,7 @@ class ObjectTest extends SimpleTest {
) ENGINE = InnoDB");
$smile = file_get_contents('smile1.jpg');
$smile = file_get_contents(__DIR__ . '/smile1.jpg');
$this->mdb->insert('storedata', array(
'picture' => $smile,
));