Fix hphp/test/frameworks under the typechecker again
[hiphop-php.git] / hphp / test / frameworks / framework_class_overrides / HHVMQuickInterp.php
blobb17aa4ecc3a62b0d527e7b26df1fccf6f9058c99
1 <?hh
2 require_once __DIR__.'/../Framework.php';
4 class HHVMQuickInterp extends Framework {
5 public function __construct(string $name) {
6 $parallel = false;
7 parent::__construct($name, null, null,
8 null, $parallel, TestFindModes::TOKEN);