Skip to content

Commit 5042951

Browse files
Merge pull request #281 from opentok/bug/280-utils-test-in-wrong-namespace
Move unit tests for Util classes to correct folder
2 parents 247be73 + 3f9c437 commit 5042951

File tree

6 files changed

+3
-0
lines changed

6 files changed

+3
-0
lines changed

tests/OpenTokTest/OpenTokTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1715,6 +1715,9 @@ public function testSignalWithConnectionId()
17151715
$this->assertEquals('rest', $body->type);
17161716
}
17171717

1718+
/**
1719+
* @todo Fix this test, not even sure what it's supposed to be doing honestly.
1720+
*/
17181721
public function testSignalWithEmptyPayload()
17191722
{
17201723
// Arrange
File renamed without changes.

0 commit comments

Comments
 (0)