mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 03:35:01 +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');
|