public function testClubs()
 {
     $posts = rand();
     $profileDetails = new ProfileDetails();
     $profileDetails->setClubs($posts);
     $this->assertEquals($posts, $profileDetails->getClubs());
 }