Home
last modified time | relevance | path

Searched refs:ApiQueryBlockInfoTrait (Results 1 – 18 of 18) sorted by relevance

/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/api/query/
H A DApiQueryBlockInfoTraitTest.php13 $this->assertTrue( method_exists( ApiQueryBlockInfoTrait::class, 'getBlockDetails' ),
26 $mock = $this->getMockForTrait( ApiQueryBlockInfoTrait::class );
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/api/query/
H A DApiQueryBlockInfoTraitTest.php13 $this->assertTrue( method_exists( ApiQueryBlockInfoTrait::class, 'getBlockDetails' ),
26 $mock = $this->getMockForTrait( ApiQueryBlockInfoTrait::class );
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/api/
H A DApiQueryBlockInfoTraitTest.php14 $this->assertTrue( method_exists( ApiQueryBlockInfoTrait::class, 'getBlockDetails' ),
27 $mock = $this->getMockForTrait( ApiQueryBlockInfoTrait::class );
/dports/www/mediawiki137/mediawiki-1.37.1/includes/api/
H A DApiQueryBlockInfoTrait.php28 trait ApiQueryBlockInfoTrait { trait
H A DApiQueryAllUsers.php34 use ApiQueryBlockInfoTrait;
H A DApiQueryUsers.php36 use ApiQueryBlockInfoTrait;
H A DApiQueryBase.php38 use ApiQueryBlockInfoTrait;
/dports/www/mediawiki136/mediawiki-1.36.3/includes/api/
H A DApiQueryBlockInfoTrait.php28 trait ApiQueryBlockInfoTrait { trait
H A DApiQueryAllUsers.php31 use ApiQueryBlockInfoTrait;
H A DApiQueryUsers.php32 use ApiQueryBlockInfoTrait;
H A DApiQueryBase.php38 use ApiQueryBlockInfoTrait;
/dports/www/mediawiki135/mediawiki-1.35.5/includes/api/
H A DApiQueryBlockInfoTrait.php28 trait ApiQueryBlockInfoTrait { trait
H A DApiQueryAllUsers.php31 use ApiQueryBlockInfoTrait;
H A DApiQueryUsers.php32 use ApiQueryBlockInfoTrait;
H A DApiQueryBase.php38 use ApiQueryBlockInfoTrait;
/dports/www/mediawiki135/mediawiki-1.35.5/
H A DHISTORY308 * Added ApiQueryBlockInfoTrait.
724 ApiQueryBlockInfoTrait instead.
/dports/www/mediawiki137/mediawiki-1.37.1/
H A DHISTORY3023 * Added ApiQueryBlockInfoTrait.
3439 ApiQueryBlockInfoTrait instead.
/dports/www/mediawiki136/mediawiki-1.36.3/
H A DHISTORY2007 * Added ApiQueryBlockInfoTrait.
2423 ApiQueryBlockInfoTrait instead.