From cf9d8f08b92b0a48946b12dfb6ca7efe7368a78e Mon Sep 17 00:00:00 2001 From: Matt Brown Date: Sun, 24 Jan 2021 15:00:21 -0500 Subject: [PATCH] Removing proxymanager from test-with-real-projects for the time being --- bin/test-with-real-projects.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/bin/test-with-real-projects.sh b/bin/test-with-real-projects.sh index 5b4a2c575..7a388d5d5 100755 --- a/bin/test-with-real-projects.sh +++ b/bin/test-with-real-projects.sh @@ -23,14 +23,6 @@ collections) ~/project/psalm --monochrome --show-info=false ;; -proxymanager) - git clone git@github.com:muglug/ProxyManager.git - cd ProxyManager - whereis composer - php -dextension=intl.so /usr/local/bin/composer install - ~/project/psalm --monochrome - ;; - psl) git clone git@github.com:muglug/psl.git cd psl