Mollywhite has uploaded a new change for review.

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


Change subject: Fix PHPunit failure
......................................................................

Fix PHPunit failure

AutoloaderTest::testAutoLoadConfig was failing because of classes
that existed in the JsonSchema file, but weren't included in the
Autoloader.

Change-Id: I23f3003eab6f7f985339be5c95fc71189214239c
---
M BookManagerv2.php
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BookManagerv2 
refs/changes/04/74304/1

diff --git a/BookManagerv2.php b/BookManagerv2.php
index f11cb9e..794f9ab 100644
--- a/BookManagerv2.php
+++ b/BookManagerv2.php
@@ -101,6 +101,9 @@
        // Json
        'JsonTreeRef' => __DIR__ . '/includes/JsonSchema.php',
        'JsonSchemaException' => __DIR__ . '/includes/JsonSchema.php',
+       'JsonUtil' => __DIR__ . '/includes/JsonSchema.php',
+       'TreeRef' => __DIR__ . '/includes/JsonSchema.php',
+       'JsonSchemaIndex' => __DIR__ . '/includes/JsonSchema.php',
 
        // API
        'ApiJsonSchema' => __DIR__ . '/includes/ApiJsonSchema.php',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I23f3003eab6f7f985339be5c95fc71189214239c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BookManagerv2
Gerrit-Branch: master
Gerrit-Owner: Mollywhite <[email protected]>

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

Reply via email to