Merge "Fix TimestampTest broken by 7e3386d4"
[lhc/web/wiklou.git] / tests / phpunit / includes / TimestampTest.php
index e1e196a..07dcb7d 100644 (file)
@@ -34,7 +34,7 @@ class TimestampTest extends MediaWikiLangTestCase {
         * @expectedException TimestampException
         */
        function testInvalidParse() {
-               $timestamp = new MWTimestamp( "This is not a timestamp." );
+               new MWTimestamp( "This is not a timestamp." );
        }
 
        /**