We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e3868b commit 9ae1912Copy full SHA for 9ae1912
tests/unit/Event/DispatchingEmitterTest.php
@@ -142,7 +142,7 @@ public function notify(Test\AssertionSucceeded $event): void
142
$this->assertSame($message, $event->message());
143
}
144
145
- public function testAssertionFailedDispatchesAssertionSucceededEvent(): void
+ public function testAssertionFailedDispatchesAssertionFailedEvent(): void
146
{
147
$value = 'value';
148
$constraint = new Framework\Constraint\IsEqual('Ok');
0 commit comments