Adrian Lang has uploaded a new change for review.

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

Change subject: Test method's name needs to start with test
......................................................................

Test method's name needs to start with test

Change-Id: I6e1d26ee727d85b3bdd659255cba564962f93557
---
M repo/tests/phpunit/includes/View/EntityViewPlaceholderExpanderTest.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/49/186149/1

diff --git 
a/repo/tests/phpunit/includes/View/EntityViewPlaceholderExpanderTest.php 
b/repo/tests/phpunit/includes/View/EntityViewPlaceholderExpanderTest.php
index 34e1daf..d85adef 100644
--- a/repo/tests/phpunit/includes/View/EntityViewPlaceholderExpanderTest.php
+++ b/repo/tests/phpunit/includes/View/EntityViewPlaceholderExpanderTest.php
@@ -144,7 +144,7 @@
                $this->assertRegExp( '/#wb-terms/', $html );
        }
 
-       public function renderTermBox() {
+       public function testRenderTermBox() {
                $item = $this->getItem();
                $entityRevisionLookup = $this->getEntityRevisionLookup( $item );
                $expander = $this->newExpander( $this->newUser( false ), 
$entityRevisionLookup, $item->getId() );

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6e1d26ee727d85b3bdd659255cba564962f93557
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Adrian Lang <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to