mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-13 20:28:44 +01: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
@ -24,7 +24,7 @@ class phpbb_functional_test_case extends phpbb_test_case
|
||||
self::markTestSkipped('phar extension is not loaded');
|
||||
}
|
||||
|
||||
require_once __DIR__ . '/../../vendor/goutte.phar';
|
||||
require_once 'phar://' . __DIR__ . '/../../vendor/goutte.phar';
|
||||
}
|
||||
|
||||
public function setUp()
|
||||
|
Loading…
x
Reference in New Issue
Block a user