@@ -143,7 +143,6 @@ public function testConnectionGroupWithDSN(): void
143143 $ this ->assertTrue ($ this ->getPrivateProperty ($ conn , 'pConnect ' ));
144144 $ this ->assertSame ('latin1 ' , $ this ->getPrivateProperty ($ conn , 'charset ' ));
145145 $ this ->assertSame ('latin1_swedish_ci ' , $ this ->getPrivateProperty ($ conn , 'DBCollat ' ));
146- $ this ->assertTrue ($ this ->getPrivateProperty ($ conn , 'strictOn ' ));
147146 $ this ->assertSame ([], $ this ->getPrivateProperty ($ conn , 'failover ' ));
148147 }
149148
@@ -163,7 +162,6 @@ public function testConnectionGroupWithDSNPostgre(): void
163162 $ this ->assertFalse ($ this ->getPrivateProperty ($ conn , 'pConnect ' ));
164163 $ this ->assertSame ('utf8mb4 ' , $ this ->getPrivateProperty ($ conn , 'charset ' ));
165164 $ this ->assertSame ('utf8mb4_general_ci ' , $ this ->getPrivateProperty ($ conn , 'DBCollat ' ));
166- $ this ->assertTrue ($ this ->getPrivateProperty ($ conn , 'strictOn ' ));
167165 $ this ->assertSame ([], $ this ->getPrivateProperty ($ conn , 'failover ' ));
168166 $ this ->assertSame ('5 ' , $ this ->getPrivateProperty ($ conn , 'connect_timeout ' ));
169167 $ this ->assertSame ('1 ' , $ this ->getPrivateProperty ($ conn , 'sslmode ' ));
@@ -191,7 +189,6 @@ public function testConnectionGroupWithDSNPostgreNative(): void
191189 $ this ->assertFalse ($ this ->getPrivateProperty ($ conn , 'pConnect ' ));
192190 $ this ->assertSame ('utf8mb4 ' , $ this ->getPrivateProperty ($ conn , 'charset ' ));
193191 $ this ->assertSame ('utf8mb4_general_ci ' , $ this ->getPrivateProperty ($ conn , 'DBCollat ' ));
194- $ this ->assertTrue ($ this ->getPrivateProperty ($ conn , 'strictOn ' ));
195192 $ this ->assertSame ([], $ this ->getPrivateProperty ($ conn , 'failover ' ));
196193 }
197194
0 commit comments