From c27ba677fa4602032b6ae07f296fb362a1e73a21 Mon Sep 17 00:00:00 2001 From: "lina.wolf" Date: Thu, 29 Feb 2024 10:13:02 +0100 Subject: [PATCH] [TASK] Remove rst tests from composer.json --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index d3422e17..eaf18012 100644 --- a/composer.json +++ b/composer.json @@ -63,8 +63,7 @@ }, "scripts": { "check": [ - "@check:php", - "@check:rst" + "@check:php" ], "check:php": [ "@check:php:lint", @@ -72,7 +71,6 @@ ], "check:php:cs": "Build/Scripts/runTests.sh -n -s cgl", "check:php:lint": "Build/Scripts/runTests.sh -s lint", - "check:rst": "Build/Scripts/runTests.sh -s checkRst", "fix": [ "@fix:php" ],