Skip to content

Commit 27dc2cb

Browse files
committed
fix spec
1 parent f16e1d0 commit 27dc2cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/system/framework/Events/Event.spec.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
});
6969
});
7070

71-
define('Execution', function(): void {
71+
describe('Execution', function(): void {
7272
it('Execute un event', function (): void {
7373
$result = null;
7474
$this->eventManager->on('foo', static function (EventInterface $event) use (&$result): void {

0 commit comments

Comments
 (0)