Added empty file for Weblinks acceptance tests, cool!

This commit is contained in:
Beat 2015-05-30 17:57:47 +02:00
parent d25d3ff034
commit 222922033b
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
<?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
}
}