Drop remnants of HHVM from tests

It was removed from Travis in c479cdd42f
This commit is contained in:
Martin Hujer
2017-11-10 09:41:09 +01:00
committed by Ben Ramsey
parent 1b608e7e01
commit f3e0fed2d7
10 changed files with 7 additions and 66 deletions
+5 -7
View File
@@ -1,10 +1,8 @@
<?php
include __DIR__ . '/../vendor/autoload.php'; // composer autoload
if (!defined('HHVM_VERSION')) {
$kernel = \AspectMock\Kernel::getInstance();
$kernel->init([
'debug' => true,
'includePaths' => [__DIR__ . '/../src']
]);
}
$kernel = \AspectMock\Kernel::getInstance();
$kernel->init([
'debug' => true,
'includePaths' => [__DIR__ . '/../src']
]);