update20131016
This commit is contained in:
6
testdetails.php
Normal file
6
testdetails.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
include_once 'TestViewSequenz.php';
|
||||
$testFile = $_GET["testfile"];
|
||||
$testCase = new TestViewSequenz($testFile);
|
||||
echo $testCase->toHTML();
|
||||
?>
|
||||
Reference in New Issue
Block a user