\JGithubMilestonesTest
Test class for JGithubPulls.
Synopsis
class JGithubMilestonesTest
extends PHPUnit_Framework_TestCase
{
- // members
- protected JRegistry $options;
- protected JGithubHttp $client;
- protected JGithubPulls $object;
- protected $sampleString;
- protected $errorString;
- // methods
- protected void setUp()
- protected string getMethod()
- public void testCreate()
- public void testCreateFailure()
- public void testEdit()
- public void testEditAllParameters()
- public void testEditFailure()
- public void testGet()
- public void testGetFailure()
- public void testGetList()
- public void testGetListFailure()
- public void testDelete()
- public void testDeleteFailure()
Hierarchy
Extends
Members
protected
- $client — JGithubHttp
- $errorString — string
- $object — JGithubPulls
- $options — JRegistry
- $sampleString — string
Methods
protected
- getMethod() — Test...
- setUp() — Sets up the fixture, for example, opens a network connection.
public
- testCreate() — Tests the create method
- testCreateFailure() — Tests the create method - failure
- testDelete() — Tests the delete method
- testDeleteFailure() — Tests the delete method - failure
- testEdit() — Tests the edit method
- testEditAllParameters() — Tests the edit method with all parameters
- testEditFailure() — Tests the edit method - failure
- testGet() — Tests the get method
- testGetFailure() — Tests the get method - failure
- testGetList() — Tests the getList method
- testGetListFailure() — Tests the getList method - failure