From c8f614fc91af397862606479012c527ef7b36a9f Mon Sep 17 00:00:00 2001 From: Yassine Guedidi Date: Sun, 17 Dec 2023 21:36:42 +0100 Subject: [PATCH] Remove kphoen/rusty --- .github/workflows/ci.yaml | 2 -- Makefile | 4 ---- composer.json | 2 -- tests/spec/RulerZ/Parser/ParserSpec.php | 1 + 4 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1877592..af985af 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,5 +38,3 @@ jobs: run: composer install --optimize-autoloader --no-interaction - run: make tests - - - run: make rusty diff --git a/Makefile b/Makefile index 554e9da..59dee79 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,6 @@ tests: phpspec behat release: ./bin/RMT release -rusty: - php ./bin/rusty check --bootstrap-file=./vendor/autoload.php src - php ./bin/rusty check --no-execute doc - behat: php ./bin/behat --colors -vvv diff --git a/composer.json b/composer.json index 01d49b4..1172a43 100644 --- a/composer.json +++ b/composer.json @@ -44,8 +44,6 @@ "behat/behat": "~3.0", - "kphoen/rusty": "dev-master", - "liip/rmt": "^1.2" }, "suggest": { diff --git a/tests/spec/RulerZ/Parser/ParserSpec.php b/tests/spec/RulerZ/Parser/ParserSpec.php index a262102..92ac912 100644 --- a/tests/spec/RulerZ/Parser/ParserSpec.php +++ b/tests/spec/RulerZ/Parser/ParserSpec.php @@ -64,6 +64,7 @@ public function invalidRules() '> 30', 'name[0] = "a"', 'name.foo() = "a"', + 'foo = ', ]; }