Example #1
0
 public function testExpires()
 {
     $parser = new SimpleXRD();
     $parser->load($this->xml);
     $jrd = $parser->parse(true);
     $this->assertEquals('1970-01-01T00:00:00Z', $jrd['expires']);
 }