mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-01-28 23:08:27 +00:00
Added empty file for Weblinks acceptance tests, cool!
This commit is contained in:
parent
d25d3ff034
commit
222922033b
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…
x
Reference in New Issue
Block a user