Skip to content

Commit

Permalink
Ticket 4059
Browse files Browse the repository at this point in the history
-  Corrected coding standards violations in CateEventMAnagerTest.pnp
  • Loading branch information
Andy Hobbs authored and Andy Hobbs committed Sep 15, 2013
1 parent 4f5595d commit 5576926
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/Cake/Test/Case/Event/CakeEventManagerTest.php
Expand Up @@ -444,7 +444,6 @@ public function testDispatchPrioritizedWithGlobal() {
))
));


$manager->attach(array($listener, 'listenerFunction'), 'fake.event');
$manager->attach(array($listener, 'thirdListenerFunction'), 'fake.event', array('priority' => 15));

Expand All @@ -454,7 +453,7 @@ public function testDispatchPrioritizedWithGlobal() {
$this->assertEquals($expected, $listener->callStack);
}

/**
/**
* Tests event dispatching using priorities
*
* @return void
Expand All @@ -475,7 +474,6 @@ public function testDispatchGlobalBeforeLocal() {
))
));


$manager->attach(array($listener, 'secondListenerFunction'), 'fake.event');

$manager->dispatch($event);
Expand Down

0 comments on commit 5576926

Please sign in to comment.