\JRegistryTest
Test class for JRegistry.
Generated by PHPUnit on 2009-10-27 at 15:08:41.
Synopsis
class JRegistryTest
extends PHPUnit_Framework_TestCase
{
- // methods
- public void setUp()
- public void test__clone()
- public void test__toString()
- public void testJsonSerialize()
- public void testSerialize()
- public void testDef()
- public void testBindData()
- public void testExists()
- public void testGet()
- public void testGetInstance()
- public void testLoadArray()
- public void testLoadFile()
- public void testLoadString()
- public void testLoadObject()
- public void testMerge()
- public void testSet()
- public void testToArray()
- public void testToObject()
- public void testToString()
Hierarchy
Extends
Methods
public
- setUp() — Setup for testing.
- testBindData() — Tet the JRegistry::bindData method.
- testDef() — Test the JRegistry::def method.
- testExists() — Test the JRegistry::exists method.
- testGet() — Test the JRegistry::get method
- testGetInstance() — Test the JRegistry::getInstance method.
- testJsonSerialize() — Test the JRegistry::jsonSerialize method.
- testLoadArray() — Test the JRegistry::loadArray method.
- testLoadFile() — Test the JRegistry::loadFile method.
- testLoadObject() — Test the JRegistry::loadObject method.
- testLoadString() — Test the JRegistry::loadString() method.
- testMerge() — Test the JRegistry::merge method.
- testSerialize() — Tests serializing JRegistry objects.
- testSet() — Test the JRegistry::set method.
- testToArray() — Test the JRegistry::toArray method.
- testToObject() — Test the JRegistry::toObject method.
- testToString() — Test the JRegistry::toString method.
- test__clone() — Test the JRegistry::__clone method.
- test__toString() — Test the JRegistry::__toString method.