Index: trunk/extensions/Narayam/Narayam.hooks.php |
— | — | @@ -37,6 +37,12 @@ |
38 | 38 | 'localBasePath' => dirname( __FILE__ ), |
39 | 39 | 'remoteExtPath' => 'Narayam', |
40 | 40 | ); |
| 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 | + ); |
41 | 47 | return true; |
42 | 48 | } |
43 | 49 | |