mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-26 01:57:30 +00:00
Merge pull request #49 from beat/master
Added file for Weblink acceptance tests (without tests yet)
This commit is contained in:
commit
3d6e027f5e
18
tests/acceptance/AdministratorWeblinksCest.php
Normal file
18
tests/acceptance/AdministratorWeblinksCest.php
Normal 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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user