Example #1
0
 /**
  * Test the JRegistry::makeNamespace method.
  */
 public function testMakeNameSpace()
 {
     $a = new JRegistry();
     $a->makeNameSpace('foo');
     $this->assertThat($a->getNameSpaces(), $this->equalTo(array()), 'Line: ' . __LINE__ . '.');
 }