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
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?