Hello,
I'm running phpunit with instructions from https://docs.phalcon.io/en/latest/reference/unit-testing.html#sample-unit-test
and I'm getting Class 'UnitTestCase' not found error like in this question https://stackoverflow.com/questions/18859383/phalcon-unittesting
This in TestHelper.php doesn't help:
$loader->registerNamespaces([
'Phalcon' => '../vendor/phalcon/incubator/Library/Phalcon/'
]);
It's like after composer install incubator lib is not detected but other classes from Phalcon works ok