Skip to content

Commit

Permalink
Correct copy-pasta
Browse files Browse the repository at this point in the history
  • Loading branch information
AD7six committed May 4, 2015
1 parent 8f05d02 commit 85e7199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase/Action/Bulk/ToggleActionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ function ($event) {
}

/**
* Test the flow when the beforeDelete event is stopped
* Test the flow when the beforeToggle event is stopped
*
* @return void
*/
public function testStopDelete()
public function testStopToggle()
{
$this->_eventManager->attach(
function ($event) {
Expand Down

0 comments on commit 85e7199

Please sign in to comment.