Current Path : /opt/cpanel/ea-php54/root/usr/share/tests/pear/Translation2/tests/ |
Current File : //opt/cpanel/ea-php54/root/usr/share/tests/pear/Translation2/tests/xml_test.php |
<?php // $Id: xml_test.php 174141 2004-12-06 15:28:59Z quipo $ require_once 'db_test.php'; class TestOfContainerXML extends TestOfContainerDB { function TestOfContainerXML($name='Test of Container XML') { $this->UnitTestCase($name); } function setUp() { $driver = 'XML'; $options = array( 'filename' => 'i18n.xml', 'save_on_shutdown' => true, ); $this->tr =& Translation2::factory($driver, $options); } } ?>