diff --git a/module/programplan/test/zen/buildcreateview.php b/module/programplan/test/zen/buildcreateview.php new file mode 100755 index 0000000000..7b664fa814 --- /dev/null +++ b/module/programplan/test/zen/buildcreateview.php @@ -0,0 +1,33 @@ +#!/usr/bin/env php +buildCreateViewTest(1, 'normal')) && p('success') && e('1'); +r($programplanTest->buildCreateViewTest(2, 'ipd')) && p('success') && e('1'); +r($programplanTest->buildCreateViewTest(3, 'withProduct')) && p('success') && e('1'); +r($programplanTest->buildCreateViewTest(4, 'withPlan')) && p('success') && e('1'); +r($programplanTest->buildCreateViewTest(5, 'stageType')) && p('success') && e('1'); \ No newline at end of file