Skip to content

Use Rector on tests#493

Merged
greg0ire merged 1 commit intodoctrine:4.1.xfrom
greg0ire:rector-tests
Jan 24, 2026
Merged

Use Rector on tests#493
greg0ire merged 1 commit intodoctrine:4.1.xfrom
greg0ire:rector-tests

Conversation

@greg0ire
Copy link
Member

This is the configuration I used:

<?php

declare(strict_types=1);

use Rector\Config\RectorConfig;

return RectorConfig::configure()
	->withPaths([
	__DIR__ . '/tests',
	])
	->withPhpSets();

@greg0ire
Copy link
Member Author

I plan to follow this up with similar MRs on the minor and major branches.

This is the configuration I used:

	<?php

	declare(strict_types=1);

	use Rector\Config\RectorConfig;

	return RectorConfig::configure()
	    ->withPaths([
		__DIR__ . '/tests',
	    ])
	    ->withPhpSets();
@greg0ire greg0ire added this to the 4.1.2 milestone Jan 24, 2026
@greg0ire greg0ire merged commit e0c3958 into doctrine:4.1.x Jan 24, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants