Пример #1
0
 public function testSetEmail()
 {
     $substitute = new Substitute();
     $substitute->setEmail("*****@*****.**");
     $this->assertEquals("*****@*****.**", $substitute->getEmail());
 }