Christopher Johnson (WMDE) has submitted this change and it was merged.

Change subject: updates unit test build composer.json to latest phabricator 
changes
......................................................................


updates unit test build composer.json to latest phabricator changes

Change-Id: I1cffded6c6f86d934bfd01a1d8e70ee28f5c6472
---
M composer.json
M composer.lock
M src/tests/SprintControllerTest.php
3 files changed, 8 insertions(+), 8 deletions(-)

Approvals:
  Christopher Johnson (WMDE): Verified; Looks good to me, approved



diff --git a/composer.json b/composer.json
index d9b1187..12ef2a3 100644
--- a/composer.json
+++ b/composer.json
@@ -14,7 +14,7 @@
                     "type": "git",
                     "reference": "master"
                 },
-                "version": "1.0.2"
+                "version": "1.0.3"
             }
         },
         {
@@ -31,7 +31,7 @@
                     "type": "git",
                     "reference": "master"
                 },
-                "version": "1.0.2"
+                "version": "1.0.3"
             }
         }
     ],
@@ -53,7 +53,7 @@
     },
     "require": {
         "php": ">=5.3.2",
-        "phabricator/phabricator": "1.0.2",
-        "libphutil/libphutil": "1.0.2"
+        "phabricator/phabricator": "1.0.3",
+        "libphutil/libphutil": "1.0.3"
     }
 }
diff --git a/composer.lock b/composer.lock
index 12cb1ca..beabe66 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,11 +4,11 @@
         "Read more about it at 
http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file";,
         "This file is @generated automatically"
     ],
-    "hash": "afb9de0345698fc82e7f5952a1a5667e",
+    "hash": "92ba29bde3dc17dfb5cbe3d6cc4b7de8",
     "packages": [
         {
             "name": "libphutil/libphutil",
-            "version": "1.0.2",
+            "version": "1.0.3",
             "source": {
                 "type": "git",
                 "url": "https://github.com/christopher-johnson/libphutil.git";,
@@ -24,7 +24,7 @@
         },
         {
             "name": "phabricator/phabricator",
-            "version": "1.0.2",
+            "version": "1.0.3",
             "source": {
                 "type": "git",
                 "url": 
"https://github.com/christopher-johnson/phabricator.git";,
diff --git a/src/tests/SprintControllerTest.php 
b/src/tests/SprintControllerTest.php
index 5e2ed32..7a0a559 100644
--- a/src/tests/SprintControllerTest.php
+++ b/src/tests/SprintControllerTest.php
@@ -28,7 +28,7 @@
     $e = new Exception();
     $dv = new SprintDataViewController();
     $errorbox = $dv->getErrorBox($e);
-    $this->assertInstanceOf('PHUIErrorView', $errorbox);
+    $this->assertInstanceOf('PHUIInfoView', $errorbox);
   }
 
   public function testhandleRequestDataViewController() {

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

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

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

Reply via email to