[MediaWiki-commits] [Gerrit] Add missing EtherEditorApiTestCase.php test file to the loader - change (mediawiki...EtherEditor)

2016-03-10 Thread jenkins-bot (Code Review)
jenkins-bot has submitted this change and it was merged.

Change subject: Add missing EtherEditorApiTestCase.php test file to the loader
..


Add missing EtherEditorApiTestCase.php test file to the loader

00:28:35 PHP Fatal error:  Class 'EtherEditorApiTestCase' not found in
/mnt/jenkins-workspace/workspace/mwext-testextension-php55-non-voting/src/extensions/EtherEditor/tests/phpunit/api/GetEtherPadTextTest.php
on line 17

Change-Id: Ib9ef9239ff9525a560d17699fc344884df38baec
---
M EtherEditorHooks.php
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Hashar: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/EtherEditorHooks.php b/EtherEditorHooks.php
index 60a9720..61eea57 100644
--- a/EtherEditorHooks.php
+++ b/EtherEditorHooks.php
@@ -218,6 +218,7 @@
public static function registerUnitTests( &$files ) {
$testDir = dirname( __FILE__ ) . '/tests/phpunit/';
$files[] = $testDir . 'EtherEditorTest.php';
+   $files[] = $testDir . 'api/EtherEditorApiTestCase.php';
$files[] = $testDir . 'api/GetEtherPadTextTest.php';
$files[] = $testDir . 'api/EtherPadAuthTest.php';
$files[] = $testDir . 'api/ForkEtherPadTest.php';

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib9ef9239ff9525a560d17699fc344884df38baec
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/EtherEditor
Gerrit-Branch: master
Gerrit-Owner: Paladox 
Gerrit-Reviewer: Hashar 
Gerrit-Reviewer: Jforrester 
Gerrit-Reviewer: Legoktm 
Gerrit-Reviewer: Paladox 
Gerrit-Reviewer: Reedy 
Gerrit-Reviewer: Siebrand 
Gerrit-Reviewer: Umherirrender 
Gerrit-Reviewer: jenkins-bot <>

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


[MediaWiki-commits] [Gerrit] Add missing EtherEditorApiTestCase.php test file to the loader - change (mediawiki...EtherEditor)

2016-03-08 Thread Paladox (Code Review)
Paladox has uploaded a new change for review.

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

Change subject: Add missing EtherEditorApiTestCase.php test file to the loader
..

Add missing EtherEditorApiTestCase.php test file to the loader

See
https://integration.wikimedia.org/ci/job/mwext-testextension-php55-non-voting/134/console

00:28:35 PHP Fatal error:  Class 'EtherEditorApiTestCase' not found in
/mnt/jenkins-workspace/workspace/mwext-testextension-php55-non-voting/src/extensions/EtherEditor/tests/phpunit/api/GetEtherPadTextTest.php
on line 17

Change-Id: Ib9ef9239ff9525a560d17699fc344884df38baec
---
M EtherEditorHooks.php
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/EtherEditor 
refs/changes/73/276073/1

diff --git a/EtherEditorHooks.php b/EtherEditorHooks.php
index 60a9720..61eea57 100644
--- a/EtherEditorHooks.php
+++ b/EtherEditorHooks.php
@@ -218,6 +218,7 @@
public static function registerUnitTests( &$files ) {
$testDir = dirname( __FILE__ ) . '/tests/phpunit/';
$files[] = $testDir . 'EtherEditorTest.php';
+   $files[] = $testDir . 'api/EtherEditorApiTestCase.php';
$files[] = $testDir . 'api/GetEtherPadTextTest.php';
$files[] = $testDir . 'api/EtherPadAuthTest.php';
$files[] = $testDir . 'api/ForkEtherPadTest.php';

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib9ef9239ff9525a560d17699fc344884df38baec
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/EtherEditor
Gerrit-Branch: master
Gerrit-Owner: Paladox 

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