Answer the question
In order to leave comments, you need to log in
Are there pure php unit testing systems?
In order to use PHPUnit, you need to install pear, phpunit, selenium, plus a selenium browser client, which is not very convenient.
Are there php-only unit testing systems?
Those. downloaded php-class(es), wrote tests (in php), and run tests using this system without using additional libraries, etc.
Answer the question
In order to leave comments, you need to log in
Of course there are.
This is phpunit.
It is installed directly from composer.
And now nothing is being installed through pear - it has long been abandoned and dead.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question