Merge pull request #49 from beat/master

Added file for Weblink acceptance tests (without tests yet)
This commit is contained in:
javier gomez 2015-05-30 18:09:26 +02:00
commit 3d6e027f5e
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
}
}