We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da9bd26 commit b8be067Copy full SHA for b8be067
tests/data/app/hhvm-server.ini
tests/unit/Codeception/Module/PhpBrowserTest.php
@@ -373,9 +373,6 @@ public function testCurlOptions()
373
374
public function testCurlSslOptions()
375
{
376
- if (getenv('WERCKER_ROOT')) {
377
- $this->markTestSkipped('Disabled on Wercker CI');
378
- }
379
$this->module->_setConfig(array(
380
'url' => 'https://google.com',
381
'curl' => array(
0 commit comments