Skip to content

Commit 722d119

Browse files
JanJakesadamziel
andauthored
Fix typo in comment
Co-authored-by: Adam Zieliński <adam@adamziel.com>
1 parent 3c8543b commit 722d119

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/WP_PDO_MySQL_On_SQLite_PDO_API_Tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public function setUp(): void {
1111

1212
// Run all tests with stringified fetch mode results, so we can use
1313
// assertions that are consistent across all tested PHP versions.
14-
// The "PDO::ATTR_STRINGIFY_FETCHES" mode is tested in separately.
14+
// The "PDO::ATTR_STRINGIFY_FETCHES" mode is tested separately.
1515
$this->driver->setAttribute( PDO::ATTR_STRINGIFY_FETCHES, true );
1616
}
1717

0 commit comments

Comments
 (0)