Skip to content

Commit

Permalink
qa: resolve merge conflict in EventManagerTest
Browse files Browse the repository at this point in the history
Missed previously when rebasing

Signed-off-by: Matthew Weier O'Phinney <[email protected]>
  • Loading branch information
weierophinney committed Feb 10, 2021
1 parent 373452e commit 060fcaf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/EventManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,6 @@ public function testDetachedWildcardListenerWillNotBeTriggered($dependencies)
}
}

<<<<<<< HEAD
public function testNotPassingEventNameToDetachDetachesListenerFromAllEvents()
{
$eventNames = ['foo', 'bar'];
Expand All @@ -662,8 +661,6 @@ public function testNotPassingEventNameToDetachDetachesListenerFromAllEvents()
}
}

=======
>>>>>>> 22d9703... qa: ensure tests pass, and BC breaks identified and removed
public function testCanDetachASingleListenerFromAnEventWithMultipleListeners()
{
$listener = function ($e) {
Expand Down

0 comments on commit 060fcaf

Please sign in to comment.