mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-26 18:10:11 +00:00
18 lines
391 B
PHP
18 lines
391 B
PHP
<?php
|
|
/**
|
|
* @package Joomla.Administrator
|
|
* @subpackage com_weblinks
|
|
*
|
|
* @copyright Copyright (C) 2005 - 2015 Open Source Matters, Inc. All rights reserved.
|
|
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
|
*/
|
|
|
|
use \AcceptanceTester;
|
|
|
|
class AdministratorWeblinksCest
|
|
{
|
|
public function administratorCreateWebLink(AcceptanceTester $I)
|
|
{
|
|
//TODO
|
|
}
|
|
} |