1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

[ticket/10981] Added goutte via composer

composer.phar added and autoloaded before tests

PHPBB3-10981
This commit is contained in:
Fyorl
2012-07-16 17:33:05 +01:00
parent 8f5182bf84
commit 797ee16eaf
6 changed files with 76 additions and 2 deletions

View File

@@ -36,8 +36,6 @@ class phpbb_functional_test_case extends phpbb_test_case
{
self::markTestSkipped('phar extension is not loaded');
}
require_once 'phar://' . __DIR__ . '/../../vendor/goutte.phar';
}
public function setUp()