Skip to content

Commit

Permalink
Improve tests
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Mar 26, 2019
1 parent fd63a6b commit af7a1a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/ChatTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ public function test_it_can_listen_to_published_message()

$this->client->connect($this);

$this->assertSame($eventLoop, $this->client->getEventLoop());

$eventLoop->run();
}

Expand Down
2 changes: 2 additions & 0 deletions tests/StrictTypeChatTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ public function test_it_can_listen_to_published_message()

$this->client->connect($this);

$this->assertSame($eventLoop, $this->client->getEventLoop());

$eventLoop->run();
}

Expand Down

0 comments on commit af7a1a4

Please sign in to comment.