```diff -$this->assertTrue(property_exists(new Class, "property")); +$this->assertClassHasAttribute("property", "Class"); ``` similar to `AssertSameNullExpectedRule` and others. could be auto-fixable. --- [inspired by rector](https://getrector.com/blog/make-phpunit-tests-perfect-in-15-diffs)