jeroennoten / laravel-ckeditor

Easy CKEditor integration with Laravel 5
MIT License
55 stars 33 forks source link

Class TestCase not found when running phpunit #13

Open DanRibbens opened 6 years ago

DanRibbens commented 6 years ago

I'm trying to contribute by adding Laravel 5.5 support, but the Travis CI build failed. I tried to run phpunit locally to debug but I'm getting this class loading error.

PHP Fatal error: Class 'TestCase' not found in C:\code\laravel-ckeditor\tests\CkEditorTest.php on line 5

Is there a set up step I may have missed locally?

jeroennoten commented 6 years ago

Did you install with dev dependencies?