Webception icon indicating copy to clipboard operation
Webception copied to clipboard

Codeception\Actor not found

Open dutchiexl opened this issue 10 years ago • 1 comments

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

dutchiexl avatar Jun 03 '15 13:06 dutchiexl

seems like there is something wrong with the autoloader for me:

PHP Fatal error: Class 'BaseUnitTestCase' not found in ...

dutchiexl avatar Jun 03 '15 14:06 dutchiexl