コード例 #1
0
ファイル: SpeakerTest.php プロジェクト: phpminds/website
 public function testCanGetAvatar()
 {
     $this->assertSame('me.com/look-at-me.jpg', $this->speaker->getAvatar());
 }