diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2012-06-22 10:59:33 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2012-06-22 10:59:33 +0200 |
| commit | 3e38cb6a4881caf36df699cf36b82d1fad31326b (patch) | |
| tree | 6a797714672c4ab07fe7fbb14ab2a5abe891a164 /protected/tests/functional/UserControllerTest.php | |
| parent | 4f959ffc80e64dc9ee8383826a546723d97305d9 (diff) | |
| parent | e4d6e829d133584fd04e5f7ae36ba786115b7586 (diff) | |
Merge branch 'master' of ssh://proxy.ccwn.org:9044/home/ccwn/git-repos/admin.astaf.de
Diffstat (limited to 'protected/tests/functional/UserControllerTest.php')
| -rw-r--r-- | protected/tests/functional/UserControllerTest.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/protected/tests/functional/UserControllerTest.php b/protected/tests/functional/UserControllerTest.php new file mode 100644 index 0000000..c23102f --- /dev/null +++ b/protected/tests/functional/UserControllerTest.php @@ -0,0 +1,8 @@ +<?php
+$yii=dirname(__FILE__).'/../../../../yii/framework/yii.php';
+$config=dirname(__FILE__).'/../../config/maincfg.php';
+require_once($yii);
+Yii::createWebApplication($config)->run();
+$uc = new UserController(1);
+echo $uc->actionNewPassword(1);
+?>
\ No newline at end of file |
