Split Timestamp.php into class and exception files
authoraddshore <addshorewiki@gmail.com>
Sat, 25 Jan 2014 15:21:09 +0000 (16:21 +0100)
committeraddshore <addshorewiki@gmail.com>
Sat, 25 Jan 2014 15:24:04 +0000 (16:24 +0100)
commit853291c7d656f819366b326d31f01b9c9a132bea
treea6cae8b653d9b74ede8b7cdf54323d6f85d367fb
parent9d1945407bd21dc2ea12fcc49c7842e6157ab6ea
Split Timestamp.php into class and exception files

Change-Id: I438adfe5479a1017baee8f2b663f3fb2e49c685a
includes/AutoLoader.php
includes/MWTimestamp.php [new file with mode: 0644]
includes/Timestamp.php [deleted file]
includes/TimestampException.php [new file with mode: 0644]
tests/phpunit/includes/MWTimestampTest.php [new file with mode: 0644]
tests/phpunit/includes/TimestampTest.php [deleted file]