\JInputTest
Test class for JInput.
Synopsis
class JInputTest
extends PHPUnit_Framework_TestCase
{
- // members
- protected JInput $class;
- // methods
- public void test__construct()
- public void test__call()
- public void test__get()
- public void testCount()
- public void testGet()
- public void testDef()
- public void testSet()
- public void testGetArray()
- public void testGetArrayNested()
- public void testGetArrayWithoutSpecifiedVariables()
- public void testGetFromCookie()
- public void testGetMethod()
- public void testSerialize()
- public void testUnserialize()
- public void testLoadAllInputs()
- protected void setUp()
Hierarchy
Extends
Members
protected
- $class
—
JInput
The test class.
Methods
protected
- setUp() — Setup for testing.
public
- testCount() — Test the JInput::count method.
- testDef() — Test the JInput::def method.
- testGet() — Test the JInput::get method.
- testGetArray() — Test the JInput::get method.
- testGetArrayNested() — Test the JInput::get method using a nested data set.
- testGetArrayWithoutSpecifiedVariables() — Test the JInput::getArray method without specified variables.
- testGetFromCookie() — Test the JInput::get method.
- testGetMethod() — Test the JInput::getMethod method.
- testLoadAllInputs() — Test the JInput::loadAllInputs method.
- testSerialize() — Test the JInput::serialize method.
- testSet() — Test the JInput::set method.
- testUnserialize() — Test the JInput::unserialize method.
- test__call() — Test the JInput::__get method.
- test__construct() — Test the JInput::__construct method.
- test__get() — Test the JInput::__get method.