How To Install php-symfony3-phpunit-bridge on Fedora 36

In this tutorial we learn how to install php-symfony3-phpunit-bridge in Fedora 36. php-symfony3-phpunit-bridge is Symfony PHPUnit Bridge (version 3)

Introduction

In this tutorial we learn how to install php-symfony3-phpunit-bridge on Fedora 36.

What is php-symfony3-phpunit-bridge

Provides utilities for PHPUnit, especially user deprecation notices management. It comes with the following features * disable the garbage collector * auto-register class_exists to load Doctrine annotations * print a user deprecation notices summary at the end of the test suite. Autoloader

We can use yum or dnf to install php-symfony3-phpunit-bridge on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-symfony3-phpunit-bridge.

Install php-symfony3-phpunit-bridge on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install php-symfony3-phpunit-bridge using dnf by running the following command:

sudo dnf -y install php-symfony3-phpunit-bridge

Install php-symfony3-phpunit-bridge on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install php-symfony3-phpunit-bridge using yum by running the following command:

sudo yum -y install php-symfony3-phpunit-bridge

How To Uninstall php-symfony3-phpunit-bridge on Fedora 36

To uninstall only the php-symfony3-phpunit-bridge package we can use the following command:

sudo dnf remove php-symfony3-phpunit-bridge

php-symfony3-phpunit-bridge Package Contents on Fedora 36

/usr/share/doc/php-symfony3-phpunit-bridge
/usr/share/doc/php-symfony3-phpunit-bridge/CHANGELOG.md
/usr/share/doc/php-symfony3-phpunit-bridge/README.md
/usr/share/doc/php-symfony3-phpunit-bridge/composer.json
/usr/share/licenses/php-symfony3-phpunit-bridge
/usr/share/licenses/php-symfony3-phpunit-bridge/LICENSE
/usr/share/php/Symfony3/Bridge/PhpUnit
/usr/share/php/Symfony3/Bridge/PhpUnit/ClockMock.php
/usr/share/php/Symfony3/Bridge/PhpUnit/CoverageListener.php
/usr/share/php/Symfony3/Bridge/PhpUnit/DeprecationErrorHandler.php
/usr/share/php/Symfony3/Bridge/PhpUnit/DnsMock.php
/usr/share/php/Symfony3/Bridge/PhpUnit/Legacy
/usr/share/php/Symfony3/Bridge/PhpUnit/Legacy/CommandForV5.php
/usr/share/php/Symfony3/Bridge/PhpUnit/Legacy/CommandForV6.php
/usr/share/php/Symfony3/Bridge/PhpUnit/Legacy/CoverageListenerForV5.php
/usr/share/php/Symfony3/Bridge/PhpUnit/Legacy/CoverageListenerForV6.php
/usr/share/php/Symfony3/Bridge/PhpUnit/Legacy/CoverageListenerForV7.php
/usr/share/php/Symfony3/Bridge/PhpUnit/Legacy/CoverageListenerTrait.php
/usr/share/php/Symfony3/Bridge/PhpUnit/Legacy/SymfonyTestsListenerForV5.php
/usr/share/php/Symfony3/Bridge/PhpUnit/Legacy/SymfonyTestsListenerForV6.php
/usr/share/php/Symfony3/Bridge/PhpUnit/Legacy/SymfonyTestsListenerForV7.php
/usr/share/php/Symfony3/Bridge/PhpUnit/Legacy/SymfonyTestsListenerTrait.php
/usr/share/php/Symfony3/Bridge/PhpUnit/SymfonyTestsListener.php
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/ClockMockTest.php
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/CoverageListenerTest.php
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/DeprecationErrorHandler
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/DeprecationErrorHandler/default.phpt
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/DeprecationErrorHandler/deprecation
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/DeprecationErrorHandler/deprecation.phar
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/DeprecationErrorHandler/deprecation/deprecation.php
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/DeprecationErrorHandler/disabled.phpt
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/deprecation_riddled.php
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/autoload.php
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/composer
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/composer/autoload_real.php
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/composer/installed.json
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/DeprecationErrorHandler/generate_phar.php
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/DeprecationErrorHandler/regexp.phpt
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/DeprecationErrorHandler/shutdown_deprecations.phpt
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/DeprecationErrorHandler/weak.phpt
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/DeprecationErrorHandler/weak_vendors_on_eval_d_deprecation.phpt
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/DeprecationErrorHandler/weak_vendors_on_non_vendor.phpt
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/DeprecationErrorHandler/weak_vendors_on_phar_deprecation.phpt
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/DeprecationErrorHandler/weak_vendors_on_vendor.phpt
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/DnsMockTest.php
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/ExpectedDeprecationAnnotationTest.php
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/Fixtures
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/Fixtures/coverage
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/Fixtures/coverage/phpunit-with-listener.xml.dist
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/Fixtures/coverage/phpunit-without-listener.xml.dist
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/Fixtures/coverage/src
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/Fixtures/coverage/src/BarCov.php
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/Fixtures/coverage/src/FooCov.php
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/Fixtures/coverage/tests
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/Fixtures/coverage/tests/BarCovTest.php
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/Fixtures/coverage/tests/CoversDefaultClassTest.php
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/Fixtures/coverage/tests/CoversNothingTest.php
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/Fixtures/coverage/tests/CoversTest.php
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/Fixtures/coverage/tests/SutNotFoundTest.php
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/Fixtures/coverage/tests/bootstrap.php
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/OnlyExpectingDeprecationSkippedTest.php
/usr/share/php/Symfony3/Bridge/PhpUnit/Tests/ProcessIsolationTest.php
/usr/share/php/Symfony3/Bridge/PhpUnit/TextUI
/usr/share/php/Symfony3/Bridge/PhpUnit/TextUI/Command.php
/usr/share/php/Symfony3/Bridge/PhpUnit/autoload.php
/usr/share/php/Symfony3/Bridge/PhpUnit/bin
/usr/share/php/Symfony3/Bridge/PhpUnit/bin/simple-phpunit
/usr/share/php/Symfony3/Bridge/PhpUnit/bootstrap.php

References

Summary

In this tutorial we learn how to install php-symfony3-phpunit-bridge on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).