public function testIsNotExpired() { $this->_authorizationCode->setExpirationTime(new \DateTime('tomorrow')); $this->assertFalse($this->_authorizationCode->isExpired()); }