Skip to content

Commit 21853dc

Browse files
committed
remove stmts interface test, as focus on bare rector run
1 parent 33f5b8b commit 21853dc

File tree

6 files changed

+4
-65
lines changed

6 files changed

+4
-65
lines changed

.github/workflows/compat_tests.yaml.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
actions:
1515
-
1616
name: 'Rector dev + PHPUnit 11'
17-
run: composer require "phpunit/phpunit:11.*" "rector/rector:dev-main" -W
17+
run: composer require "phpunit/phpunit:11.*" -W
1818
php: 8.2
1919
-
2020
name: 'Rector dev + PHPUnit 12'
21-
run: composer require "phpunit/phpunit:12.*" "rector/rector:dev-main" -W
21+
run: composer require "phpunit/phpunit:12.*" -W
2222
php: 8.3
2323

2424
name: ${{ matrix.actions.name }}

.github/workflows/compat_tests_global_rector.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Compat Tests for global install for Rector
1+
name: PHPUnit installed globally
22

33
on:
44
pull_request: null

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Tests for compatibility with PHPStand and PHPUnit preload magic",
44
"require-dev": {
55
"php": "^8.2",
6-
"phpunit/phpunit": "10.*|11.*|12.*",
6+
"phpunit/phpunit": "11.*|12.*",
77
"rector/rector": "dev-main",
88
"phpstan/phpstan": "^2.1"
99
},

tests/Rector/MakeNewlineAfterIf/Fixture/some_if.php.inc

Lines changed: 0 additions & 34 deletions
This file was deleted.

tests/Rector/MakeNewlineAfterIf/MakeNewlineAfterIfTest.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

tests/Rector/MakeNewlineAfterIf/config/configured_rule.php

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)