Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rector 0.10 #134
Rector 0.10 #134
Changes from 39 commits
17b36a4
9732bf1
e1e09b0
b6ad9c8
4964e07
c043b05
e02f8cc
541584c
f29c567
669038d
7c81ed4
ece4915
d763416
f72dfaa
dcb66ff
41e9587
6a58e12
c1d9e48
4f4c56a
0eb9c38
bfacd7d
3bea584
1d08f2b
02c49a5
9df523a
f03df1b
ee7c775
71b077f
bd16f1a
abd687d
87ac7f2
31e1c1c
5146376
b20270b
d33c4b0
7d31554
4f498c8
8de2317
d66bdc7
619f96a
ad43a86
6590232
a1aa889
376c576
95eff0c
1d9dfe2
e821abd
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can dig up the live stream where I worked on this for phpstan-drupal. It's not pretty. But I have no other idea how we could possibly mimic Drupal's runtime mutation. It creates a mutated class copy into
sites/simpletest
and essentially overwrites the default PHPUnit one by getting it autoloaded first.This file was deleted.