Fix coding standards error.

This commit is contained in:
mark_story 2014-04-28 20:56:06 -04:00
parent a0eb736151
commit 1d1a2f859c

View file

@ -1132,7 +1132,6 @@ class SecurityComponentTest extends CakeTestCase {
$this->assertFalse($this->Controller->Security->validatePost($this->Controller)); $this->assertFalse($this->Controller->Security->validatePost($this->Controller));
} }
/** /**
* test that a requestAction's controller will have the _Token appended to * test that a requestAction's controller will have the _Token appended to
* the params. * the params.