PHPUnit is a member of the xUnit family of testing frameworks and provides both a framework that makes the writing of tests easy as well as the functionality to easily run the tests and analyse their results.
PHPUnit is a member of the xUnit family of testing frameworks and provides both a framework that makes the writing of tests easy as well as the functionality to easily run the tests and analyse their results.
To install php55-unit, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install php55-unit
To see what files were installed by php55-unit, run:
port contents php55-unit
To later upgrade php55-unit, run:
sudo port selfupdate && sudo port upgrade php55-unit
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.