How To Install php-phpunit-dbunit4 on Fedora 36

In this tutorial we learn how to install php-phpunit-dbunit4 in Fedora 36. php-phpunit-dbunit4 is Extension for database interaction testing for PHPUnit 7

Introduction

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

What is php-phpunit-dbunit4

Extension for database interaction testing for PHPUnit 7. Autoloader

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

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

sudo dnf -y install php-phpunit-dbunit4

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

sudo yum -y install php-phpunit-dbunit4

How To Uninstall php-phpunit-dbunit4 on Fedora 36

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

sudo dnf remove php-phpunit-dbunit4

php-phpunit-dbunit4 Package Contents on Fedora 36

/usr/share/doc/php-phpunit-dbunit4
/usr/share/doc/php-phpunit-dbunit4/ChangeLog.md
/usr/share/doc/php-phpunit-dbunit4/composer.json
/usr/share/licenses/php-phpunit-dbunit4
/usr/share/licenses/php-phpunit-dbunit4/LICENSE
/usr/share/php/PHPUnit7/DbUnit
/usr/share/php/PHPUnit7/DbUnit/AbstractTester.php
/usr/share/php/PHPUnit7/DbUnit/Constraint
/usr/share/php/PHPUnit7/DbUnit/Constraint/DataSetIsEqual.php
/usr/share/php/PHPUnit7/DbUnit/Constraint/TableIsEqual.php
/usr/share/php/PHPUnit7/DbUnit/Constraint/TableRowCount.php
/usr/share/php/PHPUnit7/DbUnit/DataSet
/usr/share/php/PHPUnit7/DbUnit/DataSet/AbstractDataSet.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/AbstractTable.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/AbstractTableMetadata.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/AbstractXmlDataSet.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/ArrayDataSet.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/CompositeDataSet.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/CsvDataSet.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/DefaultDataSet.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/DefaultTable.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/DefaultTableIterator.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/DefaultTableMetadata.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/Filter.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/FlatXmlDataSet.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/IDataSet.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/ITable.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/ITableIterator.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/ITableMetadata.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/IYamlParser.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/MysqlXmlDataSet.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/QueryDataSet.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/QueryTable.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/ReplacementDataSet.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/ReplacementTable.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/ReplacementTableIterator.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/Specification
/usr/share/php/PHPUnit7/DbUnit/DataSet/Specification/Csv.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/Specification/Factory.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/Specification/FlatXml.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/Specification/IFactory.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/Specification/Query.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/Specification/Specification.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/Specification/Table.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/Specification/Xml.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/Specification/Yaml.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/SymfonyYamlParser.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/TableFilter.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/TableMetadataFilter.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/XmlDataSet.php
/usr/share/php/PHPUnit7/DbUnit/DataSet/YamlDataSet.php
/usr/share/php/PHPUnit7/DbUnit/Database
/usr/share/php/PHPUnit7/DbUnit/Database/Connection.php
/usr/share/php/PHPUnit7/DbUnit/Database/DataSet.php
/usr/share/php/PHPUnit7/DbUnit/Database/DefaultConnection.php
/usr/share/php/PHPUnit7/DbUnit/Database/FilteredDataSet.php
/usr/share/php/PHPUnit7/DbUnit/Database/Metadata
/usr/share/php/PHPUnit7/DbUnit/Database/Metadata/AbstractMetadata.php
/usr/share/php/PHPUnit7/DbUnit/Database/Metadata/Dblib.php
/usr/share/php/PHPUnit7/DbUnit/Database/Metadata/Firebird.php
/usr/share/php/PHPUnit7/DbUnit/Database/Metadata/InformationSchema.php
/usr/share/php/PHPUnit7/DbUnit/Database/Metadata/Metadata.php
/usr/share/php/PHPUnit7/DbUnit/Database/Metadata/MySQL.php
/usr/share/php/PHPUnit7/DbUnit/Database/Metadata/Oci.php
/usr/share/php/PHPUnit7/DbUnit/Database/Metadata/PgSQL.php
/usr/share/php/PHPUnit7/DbUnit/Database/Metadata/SqlSrv.php
/usr/share/php/PHPUnit7/DbUnit/Database/Metadata/Sqlite.php
/usr/share/php/PHPUnit7/DbUnit/Database/Metadata/Table.php
/usr/share/php/PHPUnit7/DbUnit/Database/ResultSetTable.php
/usr/share/php/PHPUnit7/DbUnit/Database/Table.php
/usr/share/php/PHPUnit7/DbUnit/Database/TableIterator.php
/usr/share/php/PHPUnit7/DbUnit/DatabaseListConsumer.php
/usr/share/php/PHPUnit7/DbUnit/DefaultTester.php
/usr/share/php/PHPUnit7/DbUnit/Exception
/usr/share/php/PHPUnit7/DbUnit/Exception/Exception.php
/usr/share/php/PHPUnit7/DbUnit/Exception/InvalidArgumentException.php
/usr/share/php/PHPUnit7/DbUnit/Exception/RuntimeException.php
/usr/share/php/PHPUnit7/DbUnit/Operation
/usr/share/php/PHPUnit7/DbUnit/Operation/Composite.php
/usr/share/php/PHPUnit7/DbUnit/Operation/Delete.php
/usr/share/php/PHPUnit7/DbUnit/Operation/DeleteAll.php
/usr/share/php/PHPUnit7/DbUnit/Operation/Exception.php
/usr/share/php/PHPUnit7/DbUnit/Operation/Factory.php
/usr/share/php/PHPUnit7/DbUnit/Operation/Insert.php
/usr/share/php/PHPUnit7/DbUnit/Operation/None.php
/usr/share/php/PHPUnit7/DbUnit/Operation/Operation.php
/usr/share/php/PHPUnit7/DbUnit/Operation/Replace.php
/usr/share/php/PHPUnit7/DbUnit/Operation/RowBased.php
/usr/share/php/PHPUnit7/DbUnit/Operation/Truncate.php
/usr/share/php/PHPUnit7/DbUnit/Operation/Update.php
/usr/share/php/PHPUnit7/DbUnit/TestCase.php
/usr/share/php/PHPUnit7/DbUnit/TestCaseTrait.php
/usr/share/php/PHPUnit7/DbUnit/Tester.php
/usr/share/php/PHPUnit7/DbUnit/autoload.php

References

Summary

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