Tim Korn
Tim Korn
That's a feature that would be also useful for me!!!! But don't forget [here](https://github.com/dmaicher/doctrine-test-bundle/issues/182#issuecomment-963272715) to call `parent::setUpBeforeClass()`and `parent::tearDownAfterClass()` too. --- ### Update Solution works only in isolation of that class....
Have a look at [this](https://github.com/dmaicher/doctrine-test-bundle/issues/182#issuecomment-963272715). You can deactivate DAMA per test-class.
@Dukecz Thanks! This works great!
Hello @kbond, thanks for your response. I am not the best friend of the second phpunit.xml workaround. But as it isn't that urgent currently I will hope and wait for...
Commit https://github.com/bigbluebutton/bigbluebutton-api-php/commit/3fcfbd6e7a29d49b763405c6cdfd4918dd80bfc7 not solving issue. `cs-fixer`is reverting `strlen()` back to `mb_strlen()`
You need to define it with the JoinMeetingParameters ```php $meetingId = 123; $username = "John Doe"; $role = Role::MODERATOR; // or Role::VIEWER (from BigBlueButton\Enum\Role) $joinMeetingParameters = new JoinMeetingParameters($meetingId, $username, $role);...
Hey, i just had a couple of problems with a form submitted either by standard-submit-button or javascript. In case of standard-submit-button the isValid()-function works well, but isValid()-function was FALSE when...
Hey Nicolas, PR has been sent. Hope I selected the correct branch. Was not sure about that. Cheers Tim