]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - tests/PHPUnit/Extensions/Story/ResultPrinter/Template/scenario.html.dist
Added unit tests.
[Github/sugarcrm.git] / tests / PHPUnit / Extensions / Story / ResultPrinter / Template / scenario.html.dist
1    <tr>
2     <td>
3      <p class="{scenarioStatus}" onclick="showHide('{id}', this)">[+] {name}</p>
4     </td>
5    </tr>
6    <tr>
7     <td>
8      <table border="0" width="100%" class="{scenarioStatus} scenarioStepsTable" id="stepContainer{id}">
9 {steps}
10      </table>
11     </td>
12    </tr>
13