예제 #1
0
 public function testEncodeOnCustomGetMethod()
 {
     $user = new YearFavoriteAlbum(array('email' => '*****@*****.**', 'year' => '2009', 'position' => 1));
     $this->assertEquals('<em>"09"</em>', $user->encodeTwoDigitYear());
 }