Ejemplo n.º 1
0
 public function testAddOwners()
 {
     $feed = new Writer\Feed;
     $feed->addItunesOwners(array(array('name'=>'joe','email'=>'*****@*****.**')));
     $this->assertEquals(array(array('name'=>'joe','email'=>'*****@*****.**')), $feed->getItunesOwners());
 }