Merge "Base class for objects accessign databases."
[lhc/web/wiklou.git] / tests / phpunit / includes / db / TestORMRowTest.php
index 603992e..9739f4c 100644 (file)
@@ -164,7 +164,7 @@ class TestORMTable extends ORMTable {
                        'awesome' => 'bool',
                        'stuff' => 'array',
                        'moarstuff' => 'blob',
-                       'time' => 'int', // TS_MW
+                       'time' => 'str', // TS_MW
                );
        }