Skip to content

Commit 0a3cbdf

Browse files
committed
refs #add-tests-covering-typo fix cs
1 parent 083f503 commit 0a3cbdf

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
/vendor
33
/.idea
44
composer.lock
5+
.php_cs*
6+
/coverage

tests/App/Controller/AppController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
*/
2424
class AppController extends Controller
2525
{
26-
2726
public function initialize()
2827
{
2928
parent::initialize();

tests/TestCase/Controller/Component/GoogleAuthenticatorComponentTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929

3030
class GoogleAuthenticatorComponentTest extends TestCase
3131
{
32-
3332
public $fixtures = [
3433
'plugin.CakeDC/Users.users'
3534
];

tests/TestCase/Controller/Component/RememberMeComponentTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
*/
3030
class RememberMeComponentTest extends TestCase
3131
{
32-
3332
public $fixtures = [
3433
'plugin.CakeDC/Users.users'
3534
];

0 commit comments

Comments
 (0)