Skip to content

Commit f0d8825

Browse files
committed
fix layout
1 parent 9ae820f commit f0d8825

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

autogenerate.php

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77

88
common_header();
99
?>
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%">
1014
<h2>Auto-generating test cases</h2>
1115
<p>
1216
Although it's not possible to generate a complete PHPT test, it's quite easy to generate the
@@ -78,4 +82,10 @@
7882
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*,
7983
so if your were trying to write tests before doing development this script will not help. However, for filling in test gaps
8084
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+

0 commit comments

Comments
 (0)