Example #1
0
 /** @covers \phpDocumentor\Fileset\Collection::getFollowSymlinks() */
 public function testGetFollowSymlinksGivenTrue()
 {
     /*
      * NOTE:
      *     this does not verify that symlinks were followed...
      *     it simply exercises the getFollowSymlinks() method.
      */
     $this->fixture->setFollowSymlinks(true);
     $this->assertTrue($this->fixture->getFollowSymlinks());
 }