Jeroen De Dauw has uploaded a new change for review.
https://gerrit.wikimedia.org/r/51039
Change subject: Added DataValueHandlerTest stub
......................................................................
Added DataValueHandlerTest stub
Change-Id: Iecdf201655f3cae35b77add0c61017211774adba
---
M repo/config/Wikibase.experimental.php
A repo/tests/phpunit/includes/Query/SQLStore/DataValueHandlerTest.php
2 files changed, 42 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase
refs/changes/39/51039/1
diff --git a/repo/config/Wikibase.experimental.php
b/repo/config/Wikibase.experimental.php
index ac88acf..406379c 100644
--- a/repo/config/Wikibase.experimental.php
+++ b/repo/config/Wikibase.experimental.php
@@ -122,6 +122,7 @@
'Query/QueryEngineResult',
+ 'Query/SQLStore/DataValueHandler',
'Query/SQLStore/Engine',
'Query/SQLStore/Setup',
'Query/SQLStore/Store',
diff --git
a/repo/tests/phpunit/includes/Query/SQLStore/DataValueHandlerTest.php
b/repo/tests/phpunit/includes/Query/SQLStore/DataValueHandlerTest.php
new file mode 100644
index 0000000..1744f97
--- /dev/null
+++ b/repo/tests/phpunit/includes/Query/SQLStore/DataValueHandlerTest.php
@@ -0,0 +1,41 @@
+<?php
+
+namespace Wikibase\Repo\Test\Query\SQLStore;
+
+use Wikibase\Repo\Query\SQLStore\DataValueHandler;
+
+/**
+ * Unit tests for the Wikibase\Repo\Query\SQLStore\DataValueHandler
implementing classes.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * http://www.gnu.org/copyleft/gpl.html
+ *
+ * @file
+ * @since wd.qe
+ *
+ * @ingroup WikibaseRepoTest
+ *
+ * @group Wikibase
+ * @group WikibaseRepo
+ * @group WikibaseQuery
+ *
+ * @licence GNU GPL v2+
+ * @author Jeroen De Dauw < [email protected] >
+ */
+class DataValueHandlerTest extends \MediaWikiTestCase {
+
+ // TODO
+
+}
--
To view, visit https://gerrit.wikimedia.org/r/51039
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iecdf201655f3cae35b77add0c61017211774adba
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits