jenkins-bot has submitted this change and it was merged.
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(-)
Approvals:
JanZerebecki: Looks good to me, approved
jenkins-bot: Verified
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: merged
Gerrit-Change-Id: I6e1d26ee727d85b3bdd659255cba564962f93557
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Adrian Lang <[email protected]>
Gerrit-Reviewer: JanZerebecki <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits