Beispiel #1
0
 public function testAll()
 {
     $paging = new CM_Paging_Emoticon_All();
     /** @var CM_Emoticon $emoticonFromPaging */
     $emoticonFromPaging = $paging->getItem(0);
     $this->assertInstanceOf('CM_Emoticon', $emoticonFromPaging);
     $emoticonRegular = new CM_Emoticon($emoticonFromPaging->getName());
     $this->assertEquals($emoticonFromPaging, $emoticonRegular);
 }