From 5766aab0e3d39a5a505b4c08946526a67f468044 Mon Sep 17 00:00:00 2001 From: Damien Flament Date: Thu, 11 Jan 2018 22:13:18 +0100 Subject: [PATCH] Added PHPUnit 6 support for symfony-cmf/testing Applied changes from the PR symfony-cmf/testing#168 in order to use PHPUnit 6. --- config/projects.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config/projects.yml b/config/projects.yml index b39e80efc..765b99968 100644 --- a/config/projects.yml +++ b/config/projects.yml @@ -253,11 +253,11 @@ resource: php: ['7.1', '7.2'] make_tasks: unit_tests: ~ + testing: description: | **NOTE**: This is an internal tool and is not intended to be used outside of the context of the CMF. - branches: master: minimum_stability: dev @@ -267,7 +267,9 @@ testing: make_tasks: unit_tests: ~ versions: - symfony: ['2.8.*', '3.3.*', '3.4.*', '4.0.*'] + symfony: ['^2.8.18', '3.3.*', '3.4.*', '4.0.*'] + phpunit_version: '6.5' + tree-browser-bundle: excluded_files: - .travis.yml.twig @@ -284,4 +286,4 @@ tree-browser-bundle: unit_tests: ~ test_installation: ~ versions: - symfony: ['2.8.*', '3.3', '3.4.*', '4.0.*'] \ No newline at end of file + symfony: ['2.8.*', '3.3', '3.4.*', '4.0.*']