mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-22 11:09:11 -04:00
ALPHA 3.0.2a
This commit is contained in:
2
vendor/psy/psysh/test/CodeCleanerTest.php
vendored
2
vendor/psy/psysh/test/CodeCleanerTest.php
vendored
@@ -79,7 +79,7 @@ class CodeCleanerTest extends \PHPUnit\Framework\TestCase
|
||||
*/
|
||||
public function testMoreUnclosedStatements(array $lines)
|
||||
{
|
||||
if (defined('HHVM_VERSION')) {
|
||||
if (\defined('HHVM_VERSION')) {
|
||||
$this->markTestSkipped('HHVM not supported.');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user