Magento 2
How to check the PHPUnit version used by Magento 2?
Development
Testing
version
,
unit-tests
,
phpunit
dmitrii_fediuk
(Dmitrii Fediuk)
November 1, 2016, 8:53pm
1
Way 1
You can check it in the Magento 2 root
composer.json
file:
Way 2
You can check it in
PHPUnit source code
:
How to setup PHPUnit in IntelliJ IDEA for Magento 2?
How to download the Phar distributive for the PHPUnit version used by Magento 2?
How to use the real object manager for your custom PHPUnit test?
How to fix the «Call to protected method PHPUnit_Framework_TestCase::getMockForAbstractClass()» issue?