Skip to content

Commit

Permalink
update copy() test
Browse files Browse the repository at this point in the history
  • Loading branch information
avbdr committed Dec 27, 2015
1 parent 6c0ed98 commit 873077a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/mysqliDbTests.php
Expand Up @@ -360,6 +360,8 @@ function createTable ($name, $data) {
echo "copy with subquery count failed";
exit;
}
unset ($cnt);

$data = $db->get('users');
if (count($data) != 3) {
echo "copy with subquery data count failed";
Expand Down

0 comments on commit 873077a

Please sign in to comment.