diff options
author | Chad Horohoe <chadh@wikimedia.org> | 2013-02-25 10:55:50 -0800 |
---|---|---|
committer | Chad Horohoe <chadh@wikimedia.org> | 2013-02-25 13:47:03 -0800 |
commit | 6f4448dd71851c903e1fb0746fa07197e08c12f5 (patch) | |
tree | a5a6ac6a5c34c32f2448ddf8290bb49c59f8e2c5 /tests/phpunit/includes/TimestampTest.php | |
parent | 32b58ee1181f3ee3f295f2099100ef4279116b03 (diff) | |
download | mediawikicore-6f4448dd71851c903e1fb0746fa07197e08c12f5.tar.gz mediawikicore-6f4448dd71851c903e1fb0746fa07197e08c12f5.zip |
Remove DB2 support
Change-Id: I9b294a213a4000f503c0010d88757db6dda927c0
Diffstat (limited to 'tests/phpunit/includes/TimestampTest.php')
-rw-r--r-- | tests/phpunit/includes/TimestampTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/phpunit/includes/TimestampTest.php b/tests/phpunit/includes/TimestampTest.php index 91c23ec63838..0690683aabef 100644 --- a/tests/phpunit/includes/TimestampTest.php +++ b/tests/phpunit/includes/TimestampTest.php @@ -78,7 +78,6 @@ class TimestampTest extends MediaWikiTestCase { array( TS_RFC2822, 'Tue, 31 Jul 2012 19:01:08 GMT', '20120731190108' ), array( TS_ORACLE, '31-07-2012 19:01:08.000000', '20120731190108' ), array( TS_POSTGRES, '2012-07-31 19:01:08 GMT', '20120731190108' ), - array( TS_DB2, '2012-07-31 19:01:08', '20120731190108' ), // Some extremes and weird values array( TS_ISO_8601, '9999-12-31T23:59:59Z', '99991231235959' ), array( TS_UNIX, '-62135596801', '00001231235959' ) |