示例#1
0
 /**
  * @return string
  */
 protected function getExpectedContent()
 {
     $files = $this->fileUtility->getFiles([$this->fileUtility->getPathToSource() . static::EXPECTED], 'config.xml');
     return file_get_contents(reset($files));
 }