Build: #203 was successful
Job: PHP 5.6 - SQLite Package was successful
Code commits
phpBB Rhea
-
Marc 56314f4c22491dd5b2aacb2a013850c7f3171be8
Merge pull request #4602 from Nicofuma/ticket/14947
[ticket/14947] Updates phpunit to 4.8 -
Marc 429225027ecf53a359dafcfcc3b03ce40f40fa1b m
[ticket/14947] Create new webdriver instance for every test
PHPUnit seems to have emptied the webdriver between every test, which
causes curl errors. A new webdriver instance will now be created for
every test file. This does not cause a lot of overhead for ui tests.
PHPBB3-14947- tests/test_framework/phpbb_ui_test_case.php (version 429225027ecf53a359dafcfcc3b03ce40f40fa1b)
- tests/ui/permission_roles_test.php (version 429225027ecf53a359dafcfcc3b03ce40f40fa1b)
- tests/ui/quick_links_test.php (version 429225027ecf53a359dafcfcc3b03ce40f40fa1b)
-
nicofuma e88aecd3b47ec56b28c721244564d014d7a3ba1f m
[ticket/14947] Updates phpunit to 4.8
$ composer update phpunit/phpunit --with-dependencies
Dependency "symfony/yaml" is also a root requirement, but is not explicitly whitelisted. Ignoring.
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Installing sebastian/global-state (1.1.1)
Loading from cache
- Installing doctrine/instantiator (1.0.5)
Loading from cache
- Removing phpunit/phpunit-mock-objects (2.1.5)
- Installing phpunit/phpunit-mock-objects (2.3.8)
Loading from cache
- Removing phpunit/php-file-iterator (1.3.4)
- Installing phpunit/php-file-iterator (1.4.2)
Loading from cache
- Installing phpdocumentor/reflection-docblock (2.0.4)
Downloading: 100%
- Installing phpspec/prophecy (v1.6.2)
Loading from cache
- Removing phpunit/phpunit (4.1.6)
- Installing phpunit/phpunit (4.8.31)
Downloading: 100%
sebastian/global-state suggests installing ext-uopz (*)
phpdocumentor/reflection-docblock suggests installing dflydev/markdown (~1.0)
phpdocumentor/reflection-docblock suggests installing erusev/parsedown (~1.0)
Writing lock file
Generating autoload files
> echo 'You MUST manually modify the clean-vendor-dir target in build/build.xml when adding or upgrading dependencies.'
You MUST manually modify the clean-vendor-dir target in build/build.xml when adding or upgrading dependencies.
PHPBB3-14947- phpBB/composer.json (version e88aecd3b47ec56b28c721244564d014d7a3ba1f)
- phpBB/composer.lock (version e88aecd3b47ec56b28c721244564d014d7a3ba1f)