You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
684 B

<?php
// (c) Copyright by authors of the Tiki Wiki CMS Groupware Project
//
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
// $Id$
/**
* @group gui
*/
class AcceptanceTests_MultilinguallibTest extends TikiSeleniumTestCase
{
protected function setUp(): void
{
$this->markTestSkipped("These tests are still too experimental, so skipping it.");
$this->setBrowserUrl('http://localhost/');
$this->current_test_db = "multilingualTestDump.sql";
$this->restoreDBforThisTest();
}
/**
* @group gui
*/
}