Пример #1
0
 /**
  * Sets a regex pattern used to INCLUDE files
  *
  * TODO: allow multiple include regex?
  *
  * Pattern is compared against the file name, sans extension.
  *
  * @param    string $includeRegex Regex pattern
  * @return    MockMaker
  */
 public function includeFilesWithFormat($includeRegex)
 {
     $this->config->setIncludeFileRegex($includeRegex);
     return $this;
 }