summaryrefslogtreecommitdiff
path: root/tests/Base.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Base.php')
-rw-r--r--tests/Base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Base.php b/tests/Base.php
index 4a0fe044..400643ac 100644
--- a/tests/Base.php
+++ b/tests/Base.php
@@ -36,7 +36,7 @@ abstract class Base extends PHPUnit_Framework_TestCase
'filename' => ':memory:'
));
- if ($db->schema()->check(10)) {
+ if ($db->schema()->check(16)) {
return $db;
}
else {