Christopher Johnson (WMDE) has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/189768

Change subject: removes crumbTest
......................................................................

removes crumbTest

Change-Id: I3ce077e222e4e995730d93b836c68f2b8b90205d
---
M src/tests/SprintControllerTest.php
1 file changed, 0 insertions(+), 10 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/phabricator/extensions/Sprint 
refs/changes/68/189768/1

diff --git a/src/tests/SprintControllerTest.php 
b/src/tests/SprintControllerTest.php
index b59bad2..dcc918c 100644
--- a/src/tests/SprintControllerTest.php
+++ b/src/tests/SprintControllerTest.php
@@ -15,16 +15,6 @@
     $this->assertInstanceOf('AphrontSideNavFilterView', $nav);
   }
 
-  public function testgetCrumbs() {
-    $projectobj = new PhabricatorProject();
-    $dv = new SprintDataViewController();
-    $app = new SprintApplication();
-    $dv->setCurrentApplication($app);
-    $can_create = true;
-    $crumbs = $dv->getCrumbs($projectobj, $can_create);
-    $this->assertInstanceOf('PHUICrumbsView', $crumbs);
-  }
-
   public function testgetSprintDataView() {
     $projectobj = new PhabricatorProject();
     $viewer = $this->generateNewTestUser();

-- 
To view, visit https://gerrit.wikimedia.org/r/189768
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3ce077e222e4e995730d93b836c68f2b8b90205d
Gerrit-PatchSet: 1
Gerrit-Project: phabricator/extensions/Sprint
Gerrit-Branch: master
Gerrit-Owner: Christopher Johnson (WMDE) <christopher.john...@wikimedia.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to