getSourceDirectory() public méthode

Get the source directory of the source code to be mutated
public getSourceDirectory ( ) : string
Résultat string
 public function testShouldStoreSourceDirectoryValue()
 {
     $generator = new Generator();
     $generator->setSourceDirectory($this->root . '/library');
     $this->assertEquals($this->root . '/library', $generator->getSourceDirectory());
 }