mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
fix code style
This commit is contained in:
parent
74a8611eef
commit
400d45f56c
1 changed files with 2 additions and 4 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue