WMDE-leszek has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/391803 )

Change subject: Autoload EntityHandlerTest
......................................................................

Autoload EntityHandlerTest

Change-Id: I0f5267a14d076b8bf7fa79391dbff7c4b1c67efd
---
M build/generateAutoload.php
M repo/autoload.php
2 files changed, 2 insertions(+), 0 deletions(-)


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

diff --git a/build/generateAutoload.php b/build/generateAutoload.php
index 22623da..5435c69 100644
--- a/build/generateAutoload.php
+++ b/build/generateAutoload.php
@@ -68,6 +68,7 @@
                                
'tests/phpunit/includes/ChangeOp/Deserialization/ClaimsChangeOpDeserializationTester.php',
                                
'tests/phpunit/includes/ChangeOp/Deserialization/DescriptionsChangeOpDeserializationTester.php',
                                
'tests/phpunit/includes/ChangeOp/Deserialization/LabelsChangeOpDeserializationTester.php',
+                               
'tests/phpunit/includes/Content/EntityHandlerTest.php',
                                
'tests/phpunit/includes/LinkedData/EntityDataTestProvider.php',
                                
'tests/phpunit/includes/Rdf/NTriplesRdfTestHelper.php',
                                
'tests/phpunit/includes/Rdf/RdfBuilderTestData.php',
diff --git a/repo/autoload.php b/repo/autoload.php
index 0236fea..3b1f6c4 100644
--- a/repo/autoload.php
+++ b/repo/autoload.php
@@ -347,6 +347,7 @@
        
'Wikibase\\Repo\\Tests\\ChangeOp\\Deserialization\\DescriptionsChangeOpDeserializationTester'
 => __DIR__ . 
'/tests/phpunit/includes/ChangeOp/Deserialization/DescriptionsChangeOpDeserializationTester.php',
        
'Wikibase\\Repo\\Tests\\ChangeOp\\Deserialization\\LabelsChangeOpDeserializationTester'
 => __DIR__ . 
'/tests/phpunit/includes/ChangeOp/Deserialization/LabelsChangeOpDeserializationTester.php',
        'Wikibase\\Repo\\Tests\\ChangeOp\\StatementListProviderDummy' => 
__DIR__ . '/tests/phpunit/includes/ChangeOp/StatementListProviderDummy.php',
+       'Wikibase\\Repo\\Tests\\Content\\EntityHandlerTest' => __DIR__ . 
'/tests/phpunit/includes/Content/EntityHandlerTest.php',
        'Wikibase\\Repo\\Tests\\EntityModificationTestHelper' => __DIR__ . 
'/tests/phpunit/includes/EntityModificationTestHelper.php',
        'Wikibase\\Repo\\Tests\\LinkedData\\EntityDataTestProvider' => __DIR__ 
. '/tests/phpunit/includes/LinkedData/EntityDataTestProvider.php',
        'Wikibase\\Repo\\Tests\\NewItem' => __DIR__ . 
'/tests/phpunit/includes/NewItem.php',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0f5267a14d076b8bf7fa79391dbff7c4b1c67efd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: WMDE-leszek <[email protected]>

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

Reply via email to