mirror of
https://github.com/danog/jit_bugs.git
synced 2024-11-30 04:39:12 +01:00
15 lines
281 B
Bash
Executable File
15 lines
281 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
cd /tmp
|
|
|
|
git clone https://github.com/vimeo/psalm
|
|
cd psalm
|
|
git checkout 7428e49b115a2a837aa29cf0fafd0ca902fe2457
|
|
|
|
export PSALM_ALLOW_XDEBUG=1
|
|
|
|
composer i --ignore-platform-reqs
|
|
|
|
php vendor/bin/phpunit --debug tests/MagicMethodAnnotationTest.php
|
|
|
|
echo "OK, no bugs!" |