Skip to content

Commit 40900c4

Browse files
committed
Revert events
1 parent 1bb20de commit 40900c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/Adapter/Scopes/CollectionTests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1378,7 +1378,7 @@ public function testEvents(): void
13781378

13791379
$database->on(Database::EVENT_ALL, 'test', function ($event, $data) use (&$events) {
13801380
$shifted = array_shift($events);
1381-
//$this->assertEquals($shifted, $event);
1381+
$this->assertEquals($shifted, $event);
13821382
});
13831383

13841384
if ($this->getDatabase()->getAdapter()->getSupportForSchemas()) {

0 commit comments

Comments
 (0)