Beispiel #1
0
 /**
  * Factory constructor
  *
  * @param string $testFile
  * @param string Meta information of the testfile
  */
 function __construct($testFile, $ParseTestFile)
 {
     $this->fileExt = agnosUtil::getFileExtension($testFile);
     if ($this->fileExt !== false) {
         $this->testFile = $testFile;
         $this->ParseTestFile = $ParseTestFile;
     }
 }