From aa0a97b0cf6c269cc1ac25fb8ac0baa09bcde9f9 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Fri, 20 May 2022 17:04:43 +0200 Subject: [PATCH] Removing Symfony1 and Doctrine1 ...since nobody is going to install these nowadays. If you want to keep them somewhere, I suggest a new heading "Legacy Modules" (or so). --- _data/modules.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/_data/modules.yml b/_data/modules.yml index ae88c74ed..6b8b770e3 100644 --- a/_data/modules.yml +++ b/_data/modules.yml @@ -52,12 +52,7 @@ - name: Date/Time link: https://github.com/nathanmac/datetime-codeception-module - description: This module provides additional helpers for your test to help with date and time comparisons. - -- name: Doctrine1 - link: https://github.com/Codeception/Doctrine1Module - description: Module for Doctrine 1.x ORM (deprecated in Codeception 2.1). - color: "#eee" + description: Additional helpers for date and time comparisons, e.g. seeDateIsToday() - name: Drupal link: https://github.com/guncha25/drupal-codeception @@ -154,11 +149,6 @@ link: https://github.com/nicholascus/codeception-stepler description: Enabling step-by-step console execution in bebugging mode. -- name: Symfony1 - link: https://github.com/Codeception/symfony1module - description: Module for symfony 1.x framework (deprecated in Codeception 2.1). - color: "#eee" - - name: VisualCeption link: https://github.com/Codeception/VisualCeption description: Visual regression tests integrated in Codeception. This module can be used to compare the current representation of a website element with an expected. It was written on the shoulders of codeception and integrates in a very easy way.