mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-25 04:03:55 +01:00
6 lines
85 B
PHP
6 lines
85 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
shell_exec('UPDATE_TESTS=true vendor/bin/phpunit');
|