mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-12-25 09:50:00 +00:00
using @link over @see (#339)
This commit is contained in:
parent
c6eac62828
commit
02865f3574
@ -7,7 +7,7 @@
|
||||
* @todo: this class should grow until being able to execute generic operations over a category: change status, add to category...
|
||||
*
|
||||
* @package Step\Acceptance
|
||||
* @see http://codeception.com/docs/06-ReusingTestCode#StepObjects
|
||||
* @link http://codeception.com/docs/06-ReusingTestCode#StepObjects
|
||||
*/
|
||||
namespace Step\Acceptance;
|
||||
/**
|
||||
|
@ -9,7 +9,7 @@ namespace Step\Acceptance;
|
||||
* @todo: this class should grow until being able to execute generic operations over a Weblink: change status, add to category...
|
||||
*
|
||||
* @package Step\Acceptance
|
||||
* @see http://codeception.com/docs/06-ReusingTestCode#StepObjects
|
||||
* @link http://codeception.com/docs/06-ReusingTestCode#StepObjects
|
||||
*/
|
||||
class weblink extends \AcceptanceTester
|
||||
{
|
||||
|
@ -15,7 +15,7 @@ class AdministratorCategoriesCest
|
||||
/**
|
||||
* Creates random names for the objects that will be used by the tests
|
||||
*
|
||||
* @see https://github.com/fzaninotto/Faker#fakerproviderbase
|
||||
* @link https://github.com/fzaninotto/Faker#fakerproviderbase
|
||||
*/
|
||||
public function __construct()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user