How to Install and Uninstall php-behat-mink.noarch Package on Fedora 39

Last updated: September 28,2024

1. Install "php-behat-mink.noarch" package

Here is a brief guide to show you how to install php-behat-mink.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install php-behat-mink.noarch

2. Uninstall "php-behat-mink.noarch" package

Learn how to uninstall php-behat-mink.noarch on Fedora 39:

$ sudo dnf remove php-behat-mink.noarch $ sudo dnf autoremove

3. Information about the php-behat-mink.noarch package on Fedora 39

Last metadata expiration check: 1:37:59 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : php-behat-mink
Version : 1.8.1
Release : 8.fc39
Architecture : noarch
Size : 42 k
Source : php-behat-mink-1.8.1-8.fc39.src.rpm
Repository : fedora
Summary : Browser controller/emulator abstraction for PHP
URL : http://mink.behat.org/
License : MIT
Description : One of the most important parts in the web is a browser. Browser is the window
: through which web users interact with web applications and other users. Users
: are always talking with web applications through browsers.
:
: So, in order to test that our web application behaves correctly, we need a way
: to simulate this interaction between the browser and the web application in our
: tests. We need a Mink.
:
: Mink is an open source browser controller/emulator for web applications,
: written in PHP.
:
: Read Mink at a Glance [1] to learn more about Mink and why you need it.
:
: Autoloader: /usr/share/php/Behat/Mink/autoload.php
:
: [1] http://mink.behat.org/en/latest/at-a-glance.html