-
-
Notifications
You must be signed in to change notification settings - Fork 737
Closed
rectorphp/rector-phpunit
#480Labels
Description
Bug Report
| Subject | Details |
|---|---|
| Rector version | e.g. v2.0.14 |
The diff looks wrong to me:
- $this->transport('webhook')
- ->dispatched()
- ->assertCount(1)
- ->assertContains(SendWebhookMessage::class);
+ self::assertContains(SendWebhookMessage::class);with: PreferPHPUnitSelfCallRector
mvhirsch, silasjoisten and OskarStark