From 4765c5b61ca1ff036c0fbbfa5eb415a5a9882da1 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Mon, 28 Dec 2020 23:48:52 +0100 Subject: [PATCH 1/3] Discontinuation note Just quick&dirty - see https://github.com/Codeception/module-laravel/issues/9#issuecomment-751884738 --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 7b60edb..375df6d 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 ``` From 5fe9461b12ca7712692369020328c3238f377325 Mon Sep 17 00:00:00 2001 From: Ihor Sychevskyi Date: Wed, 4 Aug 2021 01:37:40 +0300 Subject: [PATCH 2/3] Update readme.md (#14) --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 375df6d..0150a2d 100644 --- a/readme.md +++ b/readme.md @@ -15,3 +15,5 @@ composer require --dev "codeception/module-laravel5" ## Documentation Module documentation + +[Changelog](https://github.com/Codeception/module-laravel5/releases) From 1dea6b878edb56dd1ba2fb1686c742c6ab68c711 Mon Sep 17 00:00:00 2001 From: Ihor Sychevskyi Date: Mon, 23 May 2022 00:10:56 +0300 Subject: [PATCH 3/3] update links (#16) --- composer.json | 2 +- src/Codeception/Module/Laravel5.php | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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/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