Nimut / testing-framework

TYPO3 testing framework that provides base classes and configuration for PHPUnit tests
GNU General Public License v2.0
52 stars 25 forks source link

Support phpdbg #20

Closed mbrodala closed 7 years ago

mbrodala commented 7 years ago

Currently phpdbg is not supported:

$ php -qrr bin/phpunit
This script supports command line usage only. Please check your command.

This is due to the PHP_SAPI check in the bootstraps for unit and functional tests.