File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
tests/DefaultStrategy/Fixture Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11version : ' 3'
22tasks :
3+ up :
4+ cmd : ' docker compose up -d'
35 test :
6+ deps : [install]
47 cmd : ' docker compose exec rector-php sh -c "vendor/bin/phpunit --coverage-html var/coverage"'
58
69 cs-fix :
3134 cmd : ' docker compose exec rector-php sh -c "vendor/bin/phpstan {{.CLI_ARGS}}"'
3235
3336 install :
37+ deps : [up]
3438 cmd : ' docker compose exec rector-php sh -c "composer install"'
3539 sources :
3640 - composer.json
6266 cmd : ' vendor/bin/composer-unused {{.CLI_ARGS}}'
6367
6468 check :
69+ deps : [install]
6570 cmds :
6671 - task : cs
6772# - task: stan
Original file line number Diff line number Diff line change 11<?php
22
3- new DateTimeImmutable ('now ' );
3+ new DateTimeImmutable ('+ 1 hour ' );
44
55?>
66-----
77<?php
88
9- new DateTimeImmutable ();
9+ new DateTimeImmutable (datetime: ' + 1 hour ' );
1010
1111?>
You can’t perform that action at this time.
0 commit comments