r112580 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112579‎ | r112580 | r112581 >
Date:07:51, 28 February 2012
Author:amire80
Status:ok
Tags:
Comment:
Adding the rules tests module.
Modified paths:
  • /trunk/extensions/Narayam/Narayam.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Narayam/Narayam.hooks.php
@@ -37,6 +37,12 @@
3838 'localBasePath' => dirname( __FILE__ ),
3939 'remoteExtPath' => 'Narayam',
4040 );
 41+ $testModules['qunit']['ext.narayam.rules.tests'] = array(
 42+ 'scripts' => array( 'tests/qunit/ext.narayam.rules.tests.js' ),
 43+ 'dependencies' => array( 'ext.narayam.core' ),
 44+ 'localBasePath' => dirname( __FILE__ ),
 45+ 'remoteExtPath' => 'Narayam',
 46+ );
4147 return true;
4248 }
4349

Status & tagging log