mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10481] Use phar:// url for requiring goutte.
It does not seem to work on my machine without phar:// even with phar extension installed. PHPBB3-10481
This commit is contained in:
parent
44cab5696f
commit
ba1603a5f0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class phpbb_functional_test_case extends phpbb_test_case
|
||||||
self::markTestSkipped('phar extension is not loaded');
|
self::markTestSkipped('phar extension is not loaded');
|
||||||
}
|
}
|
||||||
|
|
||||||
require_once __DIR__ . '/../../vendor/goutte.phar';
|
require_once 'phar://' . __DIR__ . '/../../vendor/goutte.phar';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setUp()
|
public function setUp()
|
||||||
|
|
Loading…
Add table
Reference in a new issue