\JRouterAdministratorTest
Test class for JRouterAdministrator.
Synopsis
class JRouterAdministratorTest
extends PHPUnit_Framework_TestCase
{
- // members
- protected $backupServer;
- protected JRouterAdministrator $object;
- // methods
- protected void setUp()
- protected void tearDown()
- public void testParse()
- public void testBuild()
Hierarchy
Extends
Members
protected
- $backupServer
—
array
Backup of the SERVER superglobal - $object
—
JRouterAdministrator
Class being tested
Methods
protected
- setUp() — Sets up the fixture, for example, opens a network connection.
- tearDown() — Tears down the fixture, for example, closes a network connection.
public
- testBuild() — Tests the build method
- testParse() — Tests the parse method