fix code style

This commit is contained in:
Koji Tanaka 2017-12-31 17:05:26 +09:00
parent 74a8611eef
commit 400d45f56c

View file

@ -281,8 +281,7 @@ class ControllerTestCaseTest extends CakeTestCase {
*
* @return void
*/
public function testGenerateWithMockedAliasedComponent()
{
public function testGenerateWithMockedAliasedComponent() {
$Posts = $this->Case->generate('Posts', array(
'components' => array(
'AliasedEmail' => array('send')
@ -301,8 +300,7 @@ class ControllerTestCaseTest extends CakeTestCase {
*
* @return void
*/
public function testGenerateWithMockedAliasedPluginComponent()
{
public function testGenerateWithMockedAliasedPluginComponent() {
$Posts = $this->Case->generate('Posts', array(
'components' => array(
'AliasedPluginEmail' => array('send')