We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 337f8ae commit d310a56Copy full SHA for d310a56
tests/unit/query/test-simple-query.php
@@ -405,7 +405,7 @@ public function test_delete_many() {
405
*/
406
public function test_insert_many( $expected, $data ) {
407
408
- if ( version_compare( PHP_VERSION, '5.3', '<=' ) ) {
+ if ( version_compare( PHP_VERSION, '5.4', '<' ) ) {
409
$this->markTestSkipped( 'Proxy target not working with 5.3' );
410
}
411
0 commit comments