Example #1
0
 /**
  * testRunPreprocessorWithNone
  *
  * @return void
  */
 public function testRunPreprocessorWithNone()
 {
     $config = array('preprocessor' => 'none');
     $builder = new Builder($config, $this->logger);
     $result = $builder->runPreprocessor(array());
     $this->assertNull($result);
 }