@@ -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