#!/usr/bin/env php loadYaml('printsinglemonthlyprogressblock', false, 2)->gen(10); zendata('metriclib')->loadYaml('printsinglemonthlyprogressblock', false, 2)->gen(6); su('admin'); $blockTest = new blockZenTest(); r($blockTest->printSingleMonthlyProgressBlockTest(1)) && p('doneStoryEstimateCount') && e('6'); r($blockTest->printSingleMonthlyProgressBlockTest(2)) && p('doneStoryCountCount') && e('6'); r($blockTest->printSingleMonthlyProgressBlockTest(3)) && p('createStoryCountCount') && e('6'); r($blockTest->printSingleMonthlyProgressBlockTest(4)) && p('fixedBugCountCount') && e('6'); r($blockTest->printSingleMonthlyProgressBlockTest(5)) && p('createBugCountCount') && e('6'); r($blockTest->printSingleMonthlyProgressBlockTest(6)) && p('releaseCountCount') && e('6'); r($blockTest->printSingleMonthlyProgressBlockTest(7)) && p('doneStoryEstimateCount,doneStoryCountCount,createStoryCountCount,fixedBugCountCount,createBugCountCount,releaseCountCount') && e('6,6,6,6,6,6');