Compare commits
4 commits
f0d759e56b
...
f1c4a1d7e2
Author | SHA1 | Date | |
---|---|---|---|
Ben | f1c4a1d7e2 | ||
396376ceb9 | |||
ba600d22bd | |||
b29257a282 |
|
@ -51,7 +51,8 @@ class MatrixHttpApiTest extends BaseTestCase {
|
|||
*/
|
||||
protected $api;
|
||||
|
||||
protected function setUp(): void {
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
$this->api = new MatrixHttpApi('http://example.com');
|
||||
}
|
||||
|
|
|
@ -26,7 +26,8 @@ class UserTest extends BaseTestCase {
|
|||
*/
|
||||
protected $room;
|
||||
|
||||
protected function setUp(): void {
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
$this->client = new MatrixClient(self::HOSTNAME);
|
||||
$this->user = new User($this->client->api(), $this->userId);
|
||||
|
|
Loading…
Reference in a new issue