\JGithubIssuesTest
Test class for JGithubIssues.
Synopsis
class JGithubIssuesTest
extends PHPUnit_Framework_TestCase
{
- // members
- protected JRegistry $options;
- protected JGithubHttp $client;
- protected JGithubIssues $object;
- protected $sampleString;
- protected $errorString;
- // methods
- protected void setUp()
- public void testCreate()
- public void testCreateFailure()
- public void testCreateComment()
- public void testCreateCommentFailure()
- public void testCreateLabel()
- public void testCreateLabelFailure()
- public void testDeleteComment()
- public void testDeleteCommentFailure()
- public void testDeleteLabel()
- public void testDeleteLabelFailure()
- public void testEdit()
- public void testEditFailure()
- public void testEditComment()
- public void testEditCommentFailure()
- public void testEditLabel()
- public void testEditLabelFailure()
- public void testGet()
- public void testGetFailure()
- public void testGetComment()
- public void testGetCommentFailure()
- public void testGetComments()
- public void testGetCommentsFailure()
- public void testGetLabel()
- public void testGetLabelFailure()
- public void testGetLabels()
- public void testGetLabelsFailure()
- public void testGetList()
- public void testGetListFailure()
- public void testGetListByRepository()
- public void testGetListByRepositoryAll()
- public void testGetListByRepositoryFailure()
Hierarchy
Extends
Members
protected
- $client — JGithubHttp
- $errorString — string
- $object — JGithubIssues
- $options — JRegistry
- $sampleString — string
Methods
protected
- setUp() — Sets up the fixture, for example, opens a network connection.
public
- testCreate() — Tests the create method
- testCreateComment() — Tests the createComment method
- testCreateCommentFailure() — Tests the createComment method - failure
- testCreateFailure() — Tests the create method - failure
- testCreateLabel() — Tests the createLabel method
- testCreateLabelFailure() — Tests the createLabel method - failure
- testDeleteComment() — Tests the deleteComment method
- testDeleteCommentFailure() — Tests the deleteComment method - failure
- testDeleteLabel() — Tests the deleteLabel method
- testDeleteLabelFailure() — Tests the deleteLabel method - failure
- testEdit() — Tests the edit method
- testEditComment() — Tests the editComment method
- testEditCommentFailure() — Tests the editComment method - failure
- testEditFailure() — Tests the edit method - failure
- testEditLabel() — Tests the editLabel method
- testEditLabelFailure() — Tests the editLabel method - failure
- testGet() — Tests the get method
- testGetComment() — Tests the getComment method
- testGetCommentFailure() — Tests the getComment method - failure
- testGetComments() — Tests the getComments method
- testGetCommentsFailure() — Tests the getComments method - failure
- testGetFailure() — Tests the get method - failure
- testGetLabel() — Tests the getLabel method
- testGetLabelFailure() — Tests the getLabel method - failure
- testGetLabels() — Tests the getLabels method
- testGetLabelsFailure() — Tests the getLabels method - failure
- testGetList() — Tests the getList method
- testGetListByRepository() — Tests the getListByRepository method
- testGetListByRepositoryAll() — Tests the getListByRepository method with all parameters
- testGetListByRepositoryFailure() — Tests the getListByRepository method - failure
- testGetListFailure() — Tests the getList method - failure