MUlt1mate / cron-manager

A PHP cron task manager for MVC-type applications
MIT License
405 stars 70 forks source link

Fatal error: Class 'PHPUnit_Framework_TestCase' not found #13

Open vionemc opened 7 years ago

vionemc commented 7 years ago

Hi,

I get this error when running DBHelperTest:

Fatal error: Class 'PHPUnit_Framework_TestCase' not found in D:\xampp\htdocs\crawler\sadotech\sadowado\vendor\mult1mate\cron-manager\tests\DbHelperTest.php on line 12

It's already included in the config, but doesn't work. Why is that?

MUlt1mate commented 7 years ago

Did you install all dependences including require-dev? If you did, there must be a folder vendor/phpunit with these classes.