Exemplo n.º 1
0
 /**
  * @test
  * @return void
  */
 public function oldPasswordReturnsStringSetBySetPassword()
 {
     $expected = 'teststring';
     $this->fixture->setOldPassword($expected);
     $this->assertSame($expected, $this->fixture->getOldPassword());
 }