setDocRoot() public method

Set directory in which to look for files.
public setDocRoot ( string $docRoot ) : Bundle
$docRoot string
return Bundle
Example #1
0
 public function setUp()
 {
     $this->bundle = new Bundle();
     $this->bundle->setDocRoot(__DIR__ . '/_files');
 }