Remove HHVM check

Change-Id: I15f607a9558c73e92bf4187f56eaad9e15d86dae
This commit is contained in:
Max Semenik 2019-10-06 03:02:01 -07:00
parent 8d9e489778
commit ba2d2655c4

View file

@ -3,17 +3,6 @@
class Scribunto_LuaTextLibraryTest extends Scribunto_LuaEngineUnitTestBase {
protected static $moduleName = 'TextLibraryTests';
public function __construct(
$name = null, array $data = [], $dataName = '', $engineName = null
) {
parent::__construct( $name, $data, $dataName, $engineName );
if ( defined( 'HHVM_VERSION' ) ) {
// HHVM bug https://github.com/facebook/hhvm/issues/5813
$this->skipTests['json decode, invalid values (trailing comma)'] =
'json decode bug in HHVM';
}
}
protected function setUp() {
parent::setUp();