Current File : //home/strato/chroot/opt/RZphp72/includes/test/Translation2/tests/admin_gettext_po_test.php
<?php
// $Id: admin_gettext_po_test.php 245971 2007-11-10 00:02:50Z quipo $

require_once 'admin_gettext_test_base.php';

if (!defined('TEST_RUNNING')) {
    define('TEST_RUNNING', true);
    $test = &new TestOfAdminContainerGettextPO();
    $test->run(new HtmlReporter());
}
?>