Skip to content

Commit

Permalink
using @link over @see (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-24 authored and yvesh committed Apr 21, 2017
1 parent c6eac62 commit 02865f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/_support/Step/Acceptance/category.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down
2 changes: 1 addition & 1 deletion tests/_support/Step/Acceptance/weblink.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @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
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down

0 comments on commit 02865f3

Please sign in to comment.