mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
fixing h2 in test suite
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4442 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
2bc579653c
commit
28a050bace
2 changed files with 4 additions and 3 deletions
|
@ -27,7 +27,6 @@
|
|||
* @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License
|
||||
*/
|
||||
?>
|
||||
<div id="content">
|
||||
<ul>
|
||||
<li><a href='<?php echo $groups;?>'>Core Test Groups</a></li>
|
||||
<li><a href='<?php echo $cases;?>'>Core Test Cases</a></li>
|
||||
|
|
|
@ -43,5 +43,7 @@
|
|||
<div id="container">
|
||||
<div id="header">
|
||||
<h1>CakePHP: the PHP Rapid Development Framework</h1>
|
||||
<h2>CakePHP Test Suite v 1.2.0.0</h2>
|
||||
</div>
|
||||
<div id="content">
|
||||
<h2>CakePHP Test Suite v 1.2.0.0</h2>
|
||||
|
Loading…
Add table
Reference in a new issue