From 5d7a46a3f990d53943909ddf30f3d3b613a53445 Mon Sep 17 00:00:00 2001 From: Jerzy Zawadzki Date: Sat, 29 Nov 2014 16:47:13 +0100 Subject: [PATCH] required PHPUnit version in the docs should be updated to 4.2 (or later) since the atLeast() method which is used in some of the tests --- contributing/code/tests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/code/tests.rst b/contributing/code/tests.rst index 3614cc772ca..709c88a8dc4 100644 --- a/contributing/code/tests.rst +++ b/contributing/code/tests.rst @@ -9,7 +9,7 @@ Symfony test suite to check that you have not broken anything. PHPUnit ------- -To run the Symfony test suite, `install PHPUnit`_ 3.7 (or later) first. +To run the Symfony test suite, `install PHPUnit`_ 4.2 (or later) first. Dependencies (optional) -----------------------