コード例 #1
0
ファイル: NetizenTest.php プロジェクト: xtrasmal/iinano
 public function testProfile()
 {
     $profile = $this->getMock('Trismegiste\\SocialBundle\\Security\\Profile');
     $this->sut->setProfile($profile);
     $this->assertEquals($profile, $this->sut->getProfile());
 }