https://www.mediawiki.org/wiki/Special:Code/MediaWiki/112580

Revision: 112580
Author:   amire80
Date:     2012-02-28 07:51:01 +0000 (Tue, 28 Feb 2012)
Log Message:
-----------
Adding the rules tests module.

Modified Paths:
--------------
    trunk/extensions/Narayam/Narayam.hooks.php

Modified: trunk/extensions/Narayam/Narayam.hooks.php
===================================================================
--- trunk/extensions/Narayam/Narayam.hooks.php  2012-02-28 07:42:11 UTC (rev 
112579)
+++ trunk/extensions/Narayam/Narayam.hooks.php  2012-02-28 07:51:01 UTC (rev 
112580)
@@ -37,6 +37,12 @@
                        'localBasePath' => dirname( __FILE__ ),
                        'remoteExtPath' => 'Narayam',
                );
+               $testModules['qunit']['ext.narayam.rules.tests'] = array(
+                       'scripts' => array( 
'tests/qunit/ext.narayam.rules.tests.js' ),
+                       'dependencies' => array( 'ext.narayam.core' ),
+                       'localBasePath' => dirname( __FILE__ ),
+                       'remoteExtPath' => 'Narayam',
+               );
                return true;
        }
 


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

Reply via email to