1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/bin/test-with-real-projects.sh

15 lines
305 B
Bash
Executable File

#!/usr/bin/env bash
set -e
set -x
cd /tmp/
mkdir testing-with-real-projects
cd testing-with-real-projects
git clone git@github.com:sebastianbergmann/phpunit.git
cd phpunit
git checkout 24b6cfcec34c1167 # release 8.2.2
composer install
~/project/build/psalm.phar --config=.psalm/config.xml --monochrome