Thiemo Mättig (WMDE) has uploaded a new change for review. https://gerrit.wikimedia.org/r/191013
Change subject: Move Store/Sql tests to correct directory ...................................................................... Move Store/Sql tests to correct directory I wonder how this happened, especially the two tests that ended up in repo. I'm *not* moving the classes on purpose because they are still used in client and can *not* be moved to repo, at least not at the moment. Change-Id: Ib5f0e68940d588468e38f02244826ed4d28b25a4 --- R lib/tests/phpunit/store/Sql/PropertyInfoTableTest.php R lib/tests/phpunit/store/Sql/SiteLinkTableTest.php R lib/tests/phpunit/store/Sql/SqlEntityInfoBuilderTest.php R lib/tests/phpunit/store/Sql/TermSqlIndexTest.php R lib/tests/phpunit/store/Sql/WikiPageEntityRevisionLookupTest.php 5 files changed, 0 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase refs/changes/13/191013/1 diff --git a/lib/tests/phpunit/store/PropertyInfoTableTest.php b/lib/tests/phpunit/store/Sql/PropertyInfoTableTest.php similarity index 100% rename from lib/tests/phpunit/store/PropertyInfoTableTest.php rename to lib/tests/phpunit/store/Sql/PropertyInfoTableTest.php diff --git a/lib/tests/phpunit/store/SiteLinkTableTest.php b/lib/tests/phpunit/store/Sql/SiteLinkTableTest.php similarity index 100% rename from lib/tests/phpunit/store/SiteLinkTableTest.php rename to lib/tests/phpunit/store/Sql/SiteLinkTableTest.php diff --git a/lib/tests/phpunit/store/SqlEntityInfoBuilderTest.php b/lib/tests/phpunit/store/Sql/SqlEntityInfoBuilderTest.php similarity index 100% rename from lib/tests/phpunit/store/SqlEntityInfoBuilderTest.php rename to lib/tests/phpunit/store/Sql/SqlEntityInfoBuilderTest.php diff --git a/repo/tests/phpunit/includes/store/sql/TermSqlIndexTest.php b/lib/tests/phpunit/store/Sql/TermSqlIndexTest.php similarity index 100% rename from repo/tests/phpunit/includes/store/sql/TermSqlIndexTest.php rename to lib/tests/phpunit/store/Sql/TermSqlIndexTest.php diff --git a/repo/tests/phpunit/includes/store/WikiPageEntityRevisionLookupTest.php b/lib/tests/phpunit/store/Sql/WikiPageEntityRevisionLookupTest.php similarity index 100% rename from repo/tests/phpunit/includes/store/WikiPageEntityRevisionLookupTest.php rename to lib/tests/phpunit/store/Sql/WikiPageEntityRevisionLookupTest.php -- To view, visit https://gerrit.wikimedia.org/r/191013 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib5f0e68940d588468e38f02244826ed4d28b25a4 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikibase Gerrit-Branch: master Gerrit-Owner: Thiemo Mättig (WMDE) <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
