Example #1
0
 /** @covers \phpDocumentor\Fileset\Collection::getIgnoreHidden() */
 public function testGetIgnoreHiddenGivenTrue()
 {
     /*
      * NOTE:
      *     this does not verify that hidden files were not ignored...
      *     it simply exercises the getIgnoreHidden() method.
      */
     $this->fixture->setIgnoreHidden(true);
     $this->assertTrue($this->fixture->getIgnoreHidden());
 }