Do not concat exception class name in Timestamp compat
authorWMDE-Fisch <christoph.jauera@wikimedia.de>
Thu, 1 Feb 2018 17:27:07 +0000 (18:27 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Fri, 2 Feb 2018 18:40:48 +0000 (10:40 -0800)
commit64d7c7e6ec6323a9b65e25cc3d82de998fd6d1d6
treeddc21c92efce2ff35e519cfd07c378e84b803fcf
parent4e1868f7704f2ab526adf607b3ca544045e00624
Do not concat exception class name in Timestamp compat

It seems this is not necessary and confused my IDE in thinking
'Exception' is an alias for TimestampException.

Given that we use a namespaced reference to the class,
ClassCollector still won't see it. Updated test to verify that.

Change-Id: I7c9258c5739a64959442af1296e2b93395260894
includes/compat/Timestamp.php
tests/phpunit/includes/utils/ClassCollectorTest.php