X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fphpunit%2Fincludes%2Fdb%2FTestORMRowTest.php;h=9739f4cf41333cda2b6024ba78e5a6f71d464630;hb=e1e5dab050ac900cd8ceae3781acef4666e86f9b;hp=603992eeac98fc3174affe8fb6deeebe5da474bb;hpb=ba39f8b3f83a34f94c4f570d5b040ac26d2d1ec1;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/phpunit/includes/db/TestORMRowTest.php b/tests/phpunit/includes/db/TestORMRowTest.php index 603992eeac..9739f4cf41 100644 --- a/tests/phpunit/includes/db/TestORMRowTest.php +++ b/tests/phpunit/includes/db/TestORMRowTest.php @@ -164,7 +164,7 @@ class TestORMTable extends ORMTable { 'awesome' => 'bool', 'stuff' => 'array', 'moarstuff' => 'blob', - 'time' => 'int', // TS_MW + 'time' => 'str', // TS_MW ); }