How To Install php-laminas-test on Fedora 36

In this tutorial we learn how to install php-laminas-test in Fedora 36. php-laminas-test is Laminas Framework Test component

Introduction

In this tutorial we learn how to install php-laminas-test on Fedora 36.

What is php-laminas-test

The Laminas\Test component provides tools to facilitate integration testing of your Laminas Framework applications. At this time, we offer facilities to enable testing of your Laminas Framework MVC applications. PHPUnit is the only library supported currently. Documentation

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

Install php-laminas-test 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-laminas-test using dnf by running the following command:

sudo dnf -y install php-laminas-test

Install php-laminas-test 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-laminas-test using yum by running the following command:

sudo yum -y install php-laminas-test

How To Uninstall php-laminas-test on Fedora 36

To uninstall only the php-laminas-test package we can use the following command:

sudo dnf remove php-laminas-test

php-laminas-test Package Contents on Fedora 36

/usr/share/doc/php-laminas-test
/usr/share/doc/php-laminas-test/COPYRIGHT.md
/usr/share/doc/php-laminas-test/README.md
/usr/share/doc/php-laminas-test/composer.json
/usr/share/licenses/php-laminas-test
/usr/share/licenses/php-laminas-test/LICENSE
/usr/share/php/Laminas/Test
/usr/share/php/Laminas/Test/PHPUnit
/usr/share/php/Laminas/Test/PHPUnit/Constraint
/usr/share/php/Laminas/Test/PHPUnit/Constraint/HasRedirectConstraint.php
/usr/share/php/Laminas/Test/PHPUnit/Constraint/IsCurrentModuleNameConstraint.php
/usr/share/php/Laminas/Test/PHPUnit/Constraint/IsRedirectedRouteNameConstraint.php
/usr/share/php/Laminas/Test/PHPUnit/Constraint/LaminasConstraint.php
/usr/share/php/Laminas/Test/PHPUnit/Controller
/usr/share/php/Laminas/Test/PHPUnit/Controller/AbstractConsoleControllerTestCase.php
/usr/share/php/Laminas/Test/PHPUnit/Controller/AbstractControllerTestCase.php
/usr/share/php/Laminas/Test/PHPUnit/Controller/AbstractHttpControllerTestCase.php
/usr/share/php/Laminas/Test/Util
/usr/share/php/Laminas/Test/Util/ModuleLoader.php
/usr/share/php/Laminas/Test/autoload.php
/usr/share/php/Zend/Test
/usr/share/php/Zend/Test/autoload.php

References

Summary

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