From 02865f35743b9840a69999d061e948e92f35023f Mon Sep 17 00:00:00 2001 From: zero-24 Date: Fri, 21 Apr 2017 19:25:47 +0200 Subject: [PATCH] using @link over @see (#339) --- tests/_support/Step/Acceptance/category.php | 2 +- tests/_support/Step/Acceptance/weblink.php | 2 +- tests/acceptance/administrator/AdministratorCategoriesCest.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/_support/Step/Acceptance/category.php b/tests/_support/Step/Acceptance/category.php index ffc872c..37d3311 100644 --- a/tests/_support/Step/Acceptance/category.php +++ b/tests/_support/Step/Acceptance/category.php @@ -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; /** diff --git a/tests/_support/Step/Acceptance/weblink.php b/tests/_support/Step/Acceptance/weblink.php index e7bed69..702d667 100644 --- a/tests/_support/Step/Acceptance/weblink.php +++ b/tests/_support/Step/Acceptance/weblink.php @@ -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 { diff --git a/tests/acceptance/administrator/AdministratorCategoriesCest.php b/tests/acceptance/administrator/AdministratorCategoriesCest.php index 5519af9..a40382e 100644 --- a/tests/acceptance/administrator/AdministratorCategoriesCest.php +++ b/tests/acceptance/administrator/AdministratorCategoriesCest.php @@ -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() {