egroupware/api/src/Etemplate/Widget/test/TemplateTest.php

32 lines
553 B
PHP
Raw Normal View History

<?php
/**
* App
*
* @link http://www.egroupware.org
* @author Nathan Gray
* @package
* @copyright (c) 2017 Nathan Gray
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
*/
namespace EGroupware\Api\Etemplate\Widget;
/**
* Description of TemplateTest
*
* @author nathan
*/
class TemplateTest extends WidgetBaseTest {
/**
* Test instanciation of a template
*/
public function testInstance()
{
$this->markTestIncomplete(
'This test has not been implemented yet.'
);
}
}