예제 #1
0
 function it_is_client_registered_if_exists_in_system(Name $name, Email $email)
 {
     $this->beConstructedWith($name->getWrappedObject(), $email->getWrappedObject(), $isRegistered = true);
     $this->isRegistered()->shouldReturn(true);
 }