Jeroen De Dauw has uploaded a new change for review.

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


Change subject: Fix casing in test registration
......................................................................

Fix casing in test registration

Change-Id: I9bd1e271c10f68b1fb5074740c032d0359274d7b
---
M DataTypes.mw.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/DataTypes 
refs/changes/31/82031/1

diff --git a/DataTypes.mw.php b/DataTypes.mw.php
index d2cf017..7b9f821 100644
--- a/DataTypes.mw.php
+++ b/DataTypes.mw.php
@@ -51,7 +51,7 @@
  */
 $wgHooks['UnitTestsList'][] = function( array &$files ) {
        // @codeCoverageIgnoreStart
-       $directoryIterator = new \RecursiveDirectoryIterator( __DIR__ . 
'/tests/phpunit/' );
+       $directoryIterator = new \RecursiveDirectoryIterator( __DIR__ . 
'/tests/Phpunit/' );
 
        /**
         * @var \SplFileInfo $fileInfo

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9bd1e271c10f68b1fb5074740c032d0359274d7b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DataTypes
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <[email protected]>

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

Reply via email to