Skip to content

Commit 873077a

Browse files
committed
update copy() test
1 parent 6c0ed98 commit 873077a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/mysqliDbTests.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,8 @@ function createTable ($name, $data) {
360360
echo "copy with subquery count failed";
361361
exit;
362362
}
363+
unset ($cnt);
364+
363365
$data = $db->get('users');
364366
if (count($data) != 3) {
365367
echo "copy with subquery data count failed";

0 commit comments

Comments
 (0)