Scroll down to the script below, click on any sentence (including terminal blocks) to jump to that spot in the video!
To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video
Nice Desktop! ;o)Thank you for working on this topic!
What happened to Ryan's voice? You have a cold buddy?
Haha, I wish I could pull off a deep voice like this! We think Jesse sounds a bit like Sam Elliott, which is pretty cool 😎
Question, with PHPUnit 11 out now and symfony/phpunit-bridge using PHPUnit 9.5, is it still recommended to install the symfony/test-pack on new Symfony projects?
Hey @rynhndrcksn ,
Yes, it's still better to install the symfony/test-pack or at least Symfony's PHPUnit Bridge - Symfony will keep you covered with some things.
About PHPUnit 11 - IIRC Symfony is not ready for that yet and may cause problems, that's why it recommends installing 9.x.
Cheers!
"Houston: no signs of life" Start the conversation!
// composer.json { "require": { "php": ">=8.1.0", "ext-ctype": "*", "ext-iconv": "*", "symfony/asset": "6.1.*", // v6.1.0 "symfony/console": "6.1.*", // v6.1.4 "symfony/dotenv": "6.1.*", // v6.1.0 "symfony/flex": "^2", // v2.2.3 "symfony/framework-bundle": "6.1.*", // v6.1.4 "symfony/http-client": "6.1.*", // v6.1.4 "symfony/runtime": "6.1.*", // v6.1.3 "symfony/twig-bundle": "6.1.*", // v6.1.1 "symfony/yaml": "6.1.*" // v6.1.4 }, "require-dev": { "phpunit/phpunit": "^9.5", // 9.5.23 "symfony/browser-kit": "6.1.*", // v6.1.3 "symfony/css-selector": "6.1.*", // v6.1.3 "symfony/phpunit-bridge": "^6.1" // v6.1.3 } }
Whoops, an error! Please, try again later.
5 Comments
Nice Desktop! ;o)
Thank you for working on this topic!
What happened to Ryan's voice? You have a cold buddy?
Haha, I wish I could pull off a deep voice like this! We think Jesse sounds a bit like Sam Elliott, which is pretty cool 😎
Question, with PHPUnit 11 out now and symfony/phpunit-bridge using PHPUnit 9.5, is it still recommended to install the symfony/test-pack on new Symfony projects?
Hey @rynhndrcksn ,
Yes, it's still better to install the symfony/test-pack or at least Symfony's PHPUnit Bridge - Symfony will keep you covered with some things.
About PHPUnit 11 - IIRC Symfony is not ready for that yet and may cause problems, that's why it recommends installing 9.x.
Cheers!
"Houston: no signs of life"
Start the conversation!