Skip to content

Commit 6dca358

Browse files
authored
Merge pull request #1219 from owncloud/fix-coding-standard
fixing coding standard
2 parents f5f7a0c + fe20f87 commit 6dca358

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

tests/unit/AppInfo/AppTest.php

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@ public function testNavigationEntry() {
4343
}
4444

4545
// FIXME: Uncomment once the OC_App stuff is not static anymore
46-
// public function testPersonalPanel() {
47-
// require '../appinfo/app.php';
48-
//
49-
// // Test whether the personal panel got registered
50-
// $forms = \OC_App::getForms('personal');
51-
// $this->assertGreaterThanOrEqual(1, sizeof($forms), 'Expected to find the activity personal panel');
52-
//
53-
// $foundActivityPanel = false;
54-
// foreach ($forms as $form) {
55-
// if (strpos($form, 'id="activity_notifications"') !== false) {
56-
// $foundActivityPanel = true;
57-
// break;
58-
// }
59-
// }
60-
// $this->assertTrue($foundActivityPanel, 'Expected to find the activity personal panel');
61-
// }
46+
// public function testPersonalPanel() {
47+
// require '../appinfo/app.php';
48+
//
49+
// // Test whether the personal panel got registered
50+
// $forms = \OC_App::getForms('personal');
51+
// $this->assertGreaterThanOrEqual(1, sizeof($forms), 'Expected to find the activity personal panel');
52+
//
53+
// $foundActivityPanel = false;
54+
// foreach ($forms as $form) {
55+
// if (strpos($form, 'id="activity_notifications"') !== false) {
56+
// $foundActivityPanel = true;
57+
// break;
58+
// }
59+
// }
60+
// $this->assertTrue($foundActivityPanel, 'Expected to find the activity personal panel');
61+
// }
6262
}

0 commit comments

Comments
 (0)