Example #1
0
 public function testDefaultAttributes()
 {
     $object = new \Foundation\Navigation\Link('');
     $this->assertNull($object->getCharset());
     $this->assertNull($object->getCoords());
     $this->assertNull($object->getHref());
     $this->assertNull($object->getHreflang());
     $this->assertNull($object->getName());
     $this->assertNull($object->getRel());
     $this->assertNull($object->getRev());
     $this->assertNull($object->getShape());
     $this->assertFalse($object->getCurrent());
 }