Skip to content

Commit

Permalink
Update tests/Zend/Db/Adapter/Pdo/SqliteTest.php
Browse files Browse the repository at this point in the history
Co-authored-by: Elan Ruusamäe <glen@pld-linux.org>
  • Loading branch information
hungtrinh and glensc authored Feb 6, 2023
1 parent b433af7 commit 604a401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Zend/Db/Adapter/Pdo/SqliteTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public function testAdapterZendConfigEmptyDriverOptions()
$config = $db->getConfig();

if (PHP_VERSION_ID >= 80100) {
$this->assertEquals(array(PDO::ATTR_STRINGIFY_FETCHES => true), $config['driver_options']);
$this->assertEquals([PDO::ATTR_STRINGIFY_FETCHES => true], $config['driver_options']);
} else {
$this->assertEquals(array(), $config['driver_options']);
}
Expand Down

0 comments on commit 604a401

Please sign in to comment.