Remove old cruft from test folder. Change "polluted" test suite loader to use CDN hosted libraries.
This commit is contained in:
parent
d99268a4b7
commit
fbf79c0b49
23 changed files with 70 additions and 13958 deletions
|
@ -1,15 +0,0 @@
|
|||
<?php
|
||||
error_reporting(0);
|
||||
$id = isset ( $_REQUEST['id'] ) ? $_REQUEST['id'] : null;
|
||||
$wait = isset( $_REQUEST['wait'] ) ? $_REQUEST['wait'] : null;
|
||||
|
||||
if ( $wait ) sleep( $wait );
|
||||
|
||||
header("Content-type: text/css");
|
||||
|
||||
if ( $id ) {
|
||||
?>
|
||||
div#<?= $id ?> { margin-left: 27px }
|
||||
<?php
|
||||
}
|
||||
?>
|
|
@ -1 +0,0 @@
|
|||
json_assigned_obj = { "test" : "worked" };
|
Loading…
Add table
Add a link
Reference in a new issue