SimpleTest is a PHP unit test and web test framework. Users of JUnit will be familiar with most of the interface. The JWebUnit style functionality is more complete now. It has support for SSL, forms, frames, proxies and basic authentication. The idea is that common but fiddly PHP tasks, such as logging into a site, can be tested easily.
SimpleTest is a PHP unit test and web test framework. Users of JUnit will be familiar with most of the interface. The JWebUnit style functionality is more complete now. It has support for SSL, forms, frames, proxies and basic authentication. The idea is that common but fiddly PHP tasks, such as logging into a site, can be tested easily.
To install php5-simpletest, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install php5-simpletest
To see what files were installed by php5-simpletest, run:
port contents php5-simpletest
To later upgrade php5-simpletest, run:
sudo port selfupdate && sudo port upgrade php5-simpletest
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.