Esempio n. 1
0
 public function testSetNestedDefaults()
 {
     $content = new Content();
     $content->setNestedDefaults();
     $this->assertFalse($content->getIndexable());
     $this->assertFalse($content->getSearchable());
 }