Jeroen De Dauw has uploaded a new change for review.

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

Change subject: Remove silly skipped tests
......................................................................

Remove silly skipped tests

If you can't be bothered to write the tests at the point you should,
then create a ticket or something. Don't clutter the tests output
for everyone for months.

Change-Id: Idb3f6e4fa75efb773a24c6d534b0aadad91578e2
---
M repo/tests/phpunit/includes/store/sql/EntityPerPageTableTest.php
1 file changed, 0 insertions(+), 24 deletions(-)


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

diff --git a/repo/tests/phpunit/includes/store/sql/EntityPerPageTableTest.php 
b/repo/tests/phpunit/includes/store/sql/EntityPerPageTableTest.php
index 73dc203..6678605 100644
--- a/repo/tests/phpunit/includes/store/sql/EntityPerPageTableTest.php
+++ b/repo/tests/phpunit/includes/store/sql/EntityPerPageTableTest.php
@@ -67,30 +67,6 @@
                return $table;
        }
 
-       public function testAddEntityPage( /* EntityContent $entityContent */ ) 
{
-               $this->markTestIncomplete( "test me!" );
-       }
-
-       public function testDeleteEntityPage( /* EntityContent $entityContent 
*/ ) {
-               $this->markTestIncomplete( "test me!" );
-       }
-
-       public function testClear() {
-               $this->markTestIncomplete( "test me!" );
-       }
-
-       public function testRebuild() {
-               $this->markTestIncomplete( "test me!" );
-       }
-
-       public function testListEntitiesWithoutTerm( /* $termType, $language = 
null, $entityType = null, $limit = 50, $offset = 0 */ ) {
-               $this->markTestIncomplete( "test me!" );
-       }
-
-       public function testGetItemsWithoutSitelinks( /* $siteId = null, $limit 
= 50, $offset = 0 */ ) {
-               $this->markTestIncomplete( "test me!" );
-       }
-
        protected function getIdStrings( array $entities ) {
                $ids = array_map( function ( $entity ) {
                        if ( $entity instanceof Entity ) {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Idb3f6e4fa75efb773a24c6d534b0aadad91578e2
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <jeroended...@gmail.com>

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

Reply via email to