V
V
Vyacheslav Ovchinnikov2015-01-23 07:21:58
PHP
Vyacheslav Ovchinnikov, 2015-01-23 07:21:58

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

2 answer(s)
O
OnYourLips, 2015-01-23
@ova777

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.

D
Dmitry Balobanov, 2015-01-23
@pchelkin

Codeception

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question