using @link over @see (#339)

This commit is contained in:
zero-24 2017-04-21 19:25:47 +02:00 committed by Yves Hoppe
parent c6eac62828
commit 02865f3574
3 changed files with 3 additions and 3 deletions

View File

@ -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;
/**

View File

@ -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
{

View File

@ -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()
{