I want to find useless `assertInstanceOf` tests and created a regex with backtracking reference to match the exact same FQN used for assertion _and_ for instantiation, but it seems like `\g` is not supported in #PHPStorm. I used $1 too, no luck. Ideas? regex101.com/r/uuKa7O/2
0 likes 2 replies
?