This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bridge
Jeremy Benoist fca16bab53
Use PHPUnit 5.4 instead of 5.3
PHPUnit 5.3 doesn't have the forward compatibility layer for PHPUnit 6 so that `PHPUnit\Framework\TestCase` can be used instead of `PHPUnit_Framework_TestCase`.
This generates an error when upgrading to Symfony 3.2.5 without forcing the `SYMFONY_PHPUNIT_VERSION` const:

```
Class 'PHPUnit\Framework\TestCase' not found in vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php on line 25
```

This was introduced by c9684ad31f in 3.2.5
2017-03-09 13:58:16 +01:00
..
Doctrine Merge branch '2.8' into 3.2 2017-03-05 09:42:14 -08:00
Monolog Merge branch '2.8' into 3.2 2017-02-18 18:28:00 +01:00
PhpUnit Use PHPUnit 5.4 instead of 5.3 2017-03-09 13:58:16 +01:00
ProxyManager Merge branch '2.8' into 3.2 2017-02-18 18:28:00 +01:00
Twig Merge branch '2.8' into 3.2 2017-02-28 14:16:45 +01:00