Skip to content

Commit 4d1c2a4

Browse files
committed
Rmeove HHVM debug
1 parent 2e2947e commit 4d1c2a4

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

tests/Query/TcpTransportExecutorTest.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -399,23 +399,11 @@ public function testQueryRejectsWhenClientKeepsSendingWhenServerClosesSocketWith
399399
$executor->handleWritable();
400400
}
401401

402-
if (defined('HHVM_VERSION')) {
403-
$loopCount = 0;
404-
while ($ref->getValue($executor) && $loopCount < 10) {
405-
echo 'HHVM_loop';
406-
$executor->handleWritable();
407-
++$loopCount;
408-
}
409-
}
410-
411402
restore_error_handler();
412403
$this->assertNull($error);
413404

414405
$exception = null;
415406
$promise->then($this->expectCallableNever(), function ($reason) use (&$exception) {
416-
if (defined('HHVM_VERSION')) {
417-
echo 'HHVMreject';
418-
}
419407
$exception = $reason;
420408
});
421409

0 commit comments

Comments
 (0)