getRegistrationDate() 공개 메소드

public getRegistrationDate ( ) : DateTime
리턴 DateTime
예제 #1
0
 /**
  * @Given he should be registered since :registrationDate
  */
 public function hisRegistrationDateShouldBe($registrationDate)
 {
     Assert::eq(new \DateTime($registrationDate), $this->showPage->getRegistrationDate(), 'Customer registration date should be "%s", but it is not.');
 }