Example #1
0
 /**
  * Tests the Joomla\Registry\Registry::getIterator method.
  *
  * @return  void
  *
  * @covers  Joomla\Registry\Registry::getIterator
  * @since   1.3.0
  */
 public function testGetIterator()
 {
     $a = new Registry();
     $this->assertInstanceOf('ArrayIterator', $a->getIterator());
 }