We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f16e1d0 commit 27dc2cbCopy full SHA for 27dc2cb
1 file changed
spec/system/framework/Events/Event.spec.php
@@ -68,7 +68,7 @@
68
});
69
70
71
- define('Execution', function(): void {
+ describe('Execution', function(): void {
72
it('Execute un event', function (): void {
73
$result = null;
74
$this->eventManager->on('foo', static function (EventInterface $event) use (&$result): void {
0 commit comments