Login   Register  
PHP Classes
elePHPant
Icontem

File: index.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of jstar88  >  OPBE  >  index.php  >  Download  
File: index.php
Role: Auxiliary script
Content type: text/plain
Description: Class source
Class: OPBE
Ogame probabilistic battle engine
Author: By
Last change: now css can be seen in testcases.
added an index page to display testcases.
added a way to list errors in webtest
info
Date: 2014-02-01 16:43
Size: 467 bytes
 

Contents

Class file image Download
<?php


echo '
<!DOCTYPE HTML>
<head>
    <meta http-equiv="content-type" content="text/html" />
    <title>INDEX</title>
</head>

<body>

<center>
<input type="button" value="Try OPBE" onclick="window.location=\'tests/runnable/WebTest.php\'" />
<input type="button" value="Check errors" onclick="window.location=\'tests/runnable/errors/\'" />
<input type="button" value="Run testcases" onclick="window.location=\'tests/runnable/cases/\'" />
</center>

</body>
</html>

'
;