Beispiel #1
0
 public function testAlias()
 {
     $this->assertNull($this->item->getAlias());
     $this->item->setAlias('test alias');
     $this->assertEquals('test alias', $this->item->getAlias());
 }