This repository has been archived by the owner on Dec 17, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from cleentfaar/fixed-tests
fixed tests before refactoring
- Loading branch information
Showing
11 changed files
with
27 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
/** | ||
* @author Travis Raup <[email protected]> | ||
*/ | ||
class GroupsInfoPayloadResponseTest extends AbstractPayloadResponseTest | ||
class GroupsInfoPayloadResponseTest extends AbstractPayloadResponseTestCase | ||
{ | ||
/** | ||
* {@inheritdoc} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
/** | ||
* @author Travis Raup <[email protected]> | ||
*/ | ||
class GroupsInfoPayloadTest extends AbstractPayloadTest | ||
class GroupsInfoPayloadTest extends AbstractPayloadTestCase | ||
{ | ||
/** | ||
* {@inheritdoc} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
/** | ||
* @author Travis Raup <[email protected]> | ||
*/ | ||
class RtmStartPayloadResponseTest extends AbstractPayloadResponseTest | ||
class RtmStartPayloadResponseTest extends AbstractPayloadResponseTestCase | ||
{ | ||
/** | ||
* {@inheritdoc} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
/** | ||
* @author Travis Raup <[email protected]> | ||
*/ | ||
class RtmStartPayloadTest extends AbstractPayloadTest | ||
class RtmStartPayloadTest extends AbstractPayloadTestCase | ||
{ | ||
/** | ||
* {@inheritdoc} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
/** | ||
* @author Nic Malan <[email protected]> | ||
*/ | ||
class TeamInfoPayloadResponseTest extends AbstractPayloadResponseTest | ||
class TeamInfoPayloadResponseTest extends AbstractPayloadResponseTestCase | ||
{ | ||
/** | ||
* {@inheritdoc} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
/** | ||
* @author Nic Malan <[email protected]> | ||
*/ | ||
class TeamInfoPayloadTest extends AbstractPayloadTest | ||
class TeamInfoPayloadTest extends AbstractPayloadTestCase | ||
{ | ||
/** | ||
* {@inheritdoc} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
/** | ||
* @author Dries De Peuter <[email protected]> | ||
*/ | ||
class UsersAdminInvitePayloadResponseTest extends AbstractPayloadResponseTest | ||
class UsersAdminInvitePayloadResponseTest extends AbstractPayloadResponseTestCase | ||
{ | ||
/** | ||
* {@inheritdoc} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
/** | ||
* @author Dries De Peuter <[email protected]> | ||
*/ | ||
class UsersAdminInvitePayloadTest extends AbstractPayloadTest | ||
class UsersAdminInvitePayloadTest extends AbstractPayloadTestCase | ||
{ | ||
/** | ||
* {@inheritdoc} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
/** | ||
* @author Cas Leentfaar <[email protected]> | ||
*/ | ||
class UsersGetPresencePayloadResponseTest extends AbstractPayloadResponseTest | ||
class UsersGetPresencePayloadResponseTest extends AbstractPayloadResponseTestCase | ||
{ | ||
/** | ||
* @inheritdoc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
/** | ||
* @author Cas Leentfaar <[email protected]> | ||
*/ | ||
class UsersGetPresencePayloadTest extends AbstractPayloadTest | ||
class UsersGetPresencePayloadTest extends AbstractPayloadTestCase | ||
{ | ||
/** | ||
* @inheritdoc | ||
|