public function testUnionIsValidFragmentType() { $this->expectPassesRule(new FragmentsOnCompositeTypes(), ' fragment validFragment on CatOrDog { __typename } '); }