public function testTestingAidsWithTestNowSet() { $notNow = Date::yesterday(); Date::setTestNow($notNow); $this->assertTrue(Date::hasTestNow()); $this->assertSame($notNow, Date::getTestNow()); }