diff --git a/composer.json b/composer.json index c8d84ac..c9436ed 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name":"codeception/module-laravel5", "description":"Codeception module for Laravel 5 framework", "keywords":["codeception", "laravel5"], - "homepage":"http://codeception.com/", + "homepage":"https://codeception.com/", "type":"library", "license":"MIT", "authors":[ diff --git a/readme.md b/readme.md index 7b60edb..0150a2d 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,10 @@ ![Build Status](https://github.com/Codeception/module-laravel5/workflows/CI/badge.svg) +## This repository is discontinued ... + +... in favor of https://github.com/Codeception/module-laravel + ## Installation ``` @@ -11,3 +15,5 @@ composer require --dev "codeception/module-laravel5" ## Documentation Module documentation + +[Changelog](https://github.com/Codeception/module-laravel5/releases) diff --git a/src/Codeception/Module/Laravel5.php b/src/Codeception/Module/Laravel5.php index 1afd6b9..f5fe7c6 100644 --- a/src/Codeception/Module/Laravel5.php +++ b/src/Codeception/Module/Laravel5.php @@ -1114,7 +1114,7 @@ protected function getQueryBuilderFromTable($table) * ?> * ``` * - * @see http://laravel.com/docs/5.1/testing#model-factories + * @see https://laravel.com/docs/5.1/testing#model-factories * @param string $model * @param array $attributes * @param string $name @@ -1149,7 +1149,7 @@ public function have($model, $attributes = [], $name = 'default') * ?> * ``` * - * @see http://laravel.com/docs/5.1/testing#model-factories + * @see https://laravel.com/docs/5.1/testing#model-factories * @param string $model * @param int $times * @param array $attributes @@ -1178,7 +1178,7 @@ public function haveMultiple($model, $times, $attributes = [], $name = 'default' * ?> * ``` * - * @see http://laravel.com/docs/5.1/testing#model-factories + * @see https://laravel.com/docs/5.1/testing#model-factories * @param string $model * @param array $attributes * @param string $name @@ -1206,7 +1206,7 @@ public function make($model, $attributes = [], $name = 'default') * ?> * ``` * - * @see http://laravel.com/docs/5.1/testing#model-factories + * @see https://laravel.com/docs/5.1/testing#model-factories * @param string $model * @param int $times * @param array $attributes