Skip to content

Commit ca16ea3

Browse files
committed
restore tests to passing in php7.0
1 parent afe7948 commit ca16ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simpletest/WalkTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function test_2_walk_empty() {
3636

3737
function test_3_walk_insert() {
3838
// old mysql pdo driver chokes when you try to
39-
if ($this->db_type == 'mysql' && phpversion() < '7.0') return;
39+
if ($this->db_type == 'mysql' && phpversion() < '7.4') return;
4040

4141
$Walk = DB::queryWalk("INSERT INTO profile (id) VALUES (100)");
4242

0 commit comments

Comments
 (0)