Пример #1
0
 /**
  * Adds file(s) to the mocking list
  *
  * Files specified here will be merged with files found in the
  * read directory specified in the mockEntitiesInDirectory() method
  *
  * @param    string|array $files File names to parse
  * @return   MockMaker
  */
 public function mockTheseEntities($files)
 {
     $this->config->addToAllDetectedFiles($files);
     return $this;
 }