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