bigbluebutton-api-php icon indicating copy to clipboard operation
bigbluebutton-api-php copied to clipboard

Fatal error: Class 'BigBlueButton\TestCase' not found

Open mojtabahub opened this issue 5 years ago • 1 comments

Hello, thanks for awesome software

I am extremely new to use Big Blue Button API

I want use your example php in windows. I am not sure I am in right way or not. please guidance me if I am not in right way

I Installed your example with composer require bigbluebutton/bigbluebutton-api-php:~2.0.0 command as you said in wiki

also my curl version installed is curl 7.55.1 and i checked mbstring, it included in xampp php.ini file too.

i try to run BigBlueButtonTest.php file i got this error: Fatal error: Class 'BigBlueButton\TestCase' not found in D:\Projects\Programming\API\BBB\vendor\bigbluebutton\bigbluebutton-api-php\tests\BigBlueButtonTest.php on line 38

why that happened? is it because there is need some Xampp config? is there need to config BBB_SECRET and BBB_SERVER_BASE_URL on Xampp? How can do that?

Thank you so much

mojtabahub avatar Aug 11 '20 07:08 mojtabahub

Hi @mojtabahub,

you maybe like to test our fork, because we fixed those test cases and added a lot of other improvements. Have fun!

sualko avatar Aug 31 '20 11:08 sualko

Unit test have been fixed in the latest release 2.3.0.

GhaziTriki avatar Apr 23 '24 08:04 GhaziTriki