Codeception\Actor not found
I get the following error when running tests:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/nodebugnonzts20121212/intl.so' dlopen(/usr/lib/php/extensions/nodebugnonzts20121212/intl.so, 9): Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.53.dylib Referenced from: /usr/lib/php/extensions/nodebugnonzts20121212/intl.so Reason: image not found in Unknown on line 0 Codeception PHP Testing Framework v1.8.1 Powered by PHPUnit 3.7.28 by Sebastian Bergmann. PHP Fatal error: Class 'Codeception\Actor' not found in /Library/WebServer/Documents/project/tests/unit/UnitTester.php on line 27
seems like there is something wrong with the autoloader for me:
PHP Fatal error: Class 'BaseUnitTestCase' not found in ...