Hi Michal,
I got a same kind of error when running following test classes.
Error - Use of undefined constant GETTEXT_INC - assumed 'GETTEXT_INC' in /var/www/phpmyadmin-dev/libraries/select_lang.lib.php on line 387
- PMA_fatalError_test.php - PMA_getTableCount_test.php - PMA_headerLocation_test.php
This is because of it refers a constant GETTEXT_INC which actually string path defined in vendor_config.php I include vendor_config.php as well as referred file. But still getting that error. Any suggestions?
Regards,