diff --git a/src/infrastructure/time/__tests__/PhabricatorTimeTestCase.php b/src/infrastructure/time/__tests__/PhabricatorTimeTestCase.php --- a/src/infrastructure/time/__tests__/PhabricatorTimeTestCase.php +++ b/src/infrastructure/time/__tests__/PhabricatorTimeTestCase.php @@ -11,6 +11,8 @@ unset($time); $this->assertFalse(PhabricatorTime::getNow() === $t); + + $this->assertEqual(1, 2); } public function testParseLocalTime() {