/**
  * Initializes context.
  */
 public function __construct()
 {
     parent::__construct();
     $this->testDir = __DIR__ . '/../';
 }