Exemplo n.º 1
0
 /**
  * @test
  */
 public function shouldAllowGetPreviouslySetAfterUrl()
 {
     $token = new Token();
     $token->setAfterUrl('theUrl');
     $this->assertSame('theUrl', $token->getAfterUrl());
 }