Skip to content

Commit

Permalink
first pass at removing old BBB mock code
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Porritt committed Jan 16, 2023
1 parent 7d4dd61 commit 73c3c6a
Show file tree
Hide file tree
Showing 18 changed files with 6 additions and 2,280 deletions.
23 changes: 0 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,28 +71,6 @@ curl -i -X PUT -H 'Authorization: Bearer syt_YWRtaW4_KXUwoITuowupgGEIGNuK_4MLu3S
http://localhost:8001/_matrix/client/r0/rooms/!IWCtGkszxDkBUrIsGg%3Asynapse/state/m.room.name'
```



## More information


In addition to the standard endpoints, additional endpoints are provided for setting up data which a test requires or expects:
```
/backoffice/createMeeting
/backoffice/createRecording
```

In addition, the following endpoint can be used to trigger a reset between tests:
```
/backoffice/reset
```

And the following endpoints exist to view the current meetings and recordings:
```
/backoffice/meetings
/backoffice/recordings
```

## Automated tests
You need to define `TEST_MOD_SYNAPSE_MOCK_SERVER` in your config.php when running automated tests like PHPUnit and Behat.
Otherwise, most of the BigBlueButton tests will be marked skipped.
Expand All @@ -102,7 +80,6 @@ For example, add the following to your config.php after the `$CFG->wwwroot` line
define('TEST_MOD_SYNAPSE_MOCK_SERVER', "http://localhost:8001/hash" . sha1($CFG->wwwroot));
```


## Local development

* Symphony : `wget https://get.symfony.com/cli/installer -O - | bash`
Expand Down
16 changes: 0 additions & 16 deletions application/src/Component/HttpFoundation/ErrorResponse.php

This file was deleted.

15 changes: 0 additions & 15 deletions application/src/Component/HttpFoundation/MeetingInfoResponse.php

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions application/src/Component/HttpFoundation/MessageResponse.php

This file was deleted.

67 changes: 0 additions & 67 deletions application/src/Component/HttpFoundation/XmlResponse.php

This file was deleted.

Loading

0 comments on commit 73c3c6a

Please sign in to comment.