Liangent has uploaded a new change for review.

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


Change subject: bug 54264
......................................................................

bug 54264

Change-Id: I8175174d6baf3c03f327775b9db54ef559c3e8b4
---
A tests/phpunit/includes/GlobalFunctions/wfFailingTest.php
1 file changed, 10 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/40/84740/1

diff --git a/tests/phpunit/includes/GlobalFunctions/wfFailingTest.php 
b/tests/phpunit/includes/GlobalFunctions/wfFailingTest.php
new file mode 100644
index 0000000..43b2fd6
--- /dev/null
+++ b/tests/phpunit/includes/GlobalFunctions/wfFailingTest.php
@@ -0,0 +1,10 @@
+<?php
+
+function titleExpected( Title $t ) {
+}
+
+class WfFailingTest extends MediaWikiTestCase {
+       function testFailure() {
+               titleExpected();
+       }
+}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8175174d6baf3c03f327775b9db54ef559c3e8b4
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Liangent <liang...@gmail.com>

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

Reply via email to