Skip to content

Commit

Permalink
fix(test): event priority
Browse files Browse the repository at this point in the history
  • Loading branch information
euskadi31 committed Sep 24, 2015
1 parent 5bcacaa commit 725f312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Provider/Rest/RestListenerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function testSubscribedEvents()
{
$this->assertEquals([
KernelEvents::REQUEST => [['onKernelRequest', Application::EARLY_EVENT]],
KernelEvents::EXCEPTION => [['onKernelException', Application::EARLY_EVENT]]
KernelEvents::EXCEPTION => [['onKernelException', -8]]
], RestListener::getSubscribedEvents());
}

Expand Down

0 comments on commit 725f312

Please sign in to comment.