public function testSetPhotoUrl()
 {
     $photoUrl = 'http://www.example.com/photo.jpg';
     $this->module->setPhotoUrl($photoUrl);
     $this->assertSame($photoUrl, $this->module->getPhotoUrl());
 }