File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 7
7
8
8
common_header ();
9
9
?>
10
+ <table width="70%" border="0" cellspacing="0" cellpadding="0">
11
+ <tr>
12
+ <td width="10"><img src="gfx/spacer.gif" width="10" height="1"></td>
13
+ <td width="100%">
10
14
<h2>Auto-generating test cases</h2>
11
15
<p>
12
16
Although it's not possible to generate a complete PHPT test, it's quite easy to generate the
78
82
The catch with generating tests this way is that the script has to be run *using the level of PHP that you want to test*,
79
83
so if your were trying to write tests before doing development this script will not help. However, for filling in test gaps
80
84
in existing extensions it works fine.
81
- <p>Return to <a href="write-test.php">write tests.</a></p>
85
+ <p>Return to <a href="write-test.php">write tests.</a></p>
86
+
87
+
88
+ </td></table>
89
+ <?php
90
+ common_footer ();
91
+
You can’t perform that action at this time.
0 commit comments