Example #1
0
 /**
  * {@inheritdoc}
  *
  * @param $path
  */
 public function load($path)
 {
     $tests = $this->getTests($path);
     foreach ($tests as $test) {
         $this->context->setFile($test);
         include $test;
     }
 }