Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Commit

Permalink
Updating the local combo handler test and adding some additional copy…
Browse files Browse the repository at this point in the history
…right headers to the tests
  • Loading branch information
webdevUser committed Jul 8, 2009
1 parent 1f155e5 commit 16e2e48
Show file tree
Hide file tree
Showing 10 changed files with 76 additions and 9 deletions.
8 changes: 7 additions & 1 deletion phploader/test/2.0.php
@@ -1,5 +1,11 @@
<?php <?php

/**
* Copyright (c) 2009, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
* http://developer.yahoo.net/yui/license.html
* version: 1.0.0b1
*/

include("/home/y/share/pear/Yahoo/YUI/loader.php"); include("/home/y/share/pear/Yahoo/YUI/loader.php");


function encoded_out($str) { function encoded_out($str) {
Expand Down
8 changes: 7 additions & 1 deletion phploader/test/json.php
@@ -1,5 +1,11 @@
<?php <?php

/**
* Copyright (c) 2009, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
* http://developer.yahoo.net/yui/license.html
* version: 1.0.0b1
*/

include("../loader.php"); include("../loader.php");


$loader = new YAHOO_util_Loader(); $loader = new YAHOO_util_Loader();
Expand Down
8 changes: 7 additions & 1 deletion phploader/test/loader-inc.php
@@ -1,5 +1,11 @@
<?php <?php

/**
* Copyright (c) 2009, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
* http://developer.yahoo.net/yui/license.html
* version: 1.0.0b1
*/

error_reporting(E_ALL); error_reporting(E_ALL);


include("../loader.php"); include("../loader.php");
Expand Down
13 changes: 10 additions & 3 deletions phploader/test/local-combo-loader.php
@@ -1,10 +1,17 @@
<?PHP <?PHP
/**
* Copyright (c) 2009, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
* http://developer.yahoo.net/yui/license.html
* version: 1.0.0b1
*/

include("../loader.php"); include("../loader.php");


$loader = new YAHOO_util_Loader("3.0.0b1"); $loader = new YAHOO_util_Loader("2.7.0");
$loader->combine = true; $loader->combine = true;
$loader->comboBase = "http://localhost/phploader/phploader/combo.php?"; //$loader->comboBase = "http://localhost/phploader/phploader/combo.php?";
$loader->load("stylesheet"); $loader->load("colorpicker");


?> ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
Expand Down
8 changes: 7 additions & 1 deletion phploader/test/test-loader.php
@@ -1,5 +1,11 @@
<?php <?php

/**
* Copyright (c) 2009, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
* http://developer.yahoo.net/yui/license.html
* version: 1.0.0b1
*/

error_reporting(E_ALL); error_reporting(E_ALL);


include("../loader.php"); include("../loader.php");
Expand Down
8 changes: 7 additions & 1 deletion phploader/test/test.php
@@ -1,5 +1,11 @@
<?php <?php

/**
* Copyright (c) 2009, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
* http://developer.yahoo.net/yui/license.html
* version: 1.0.0b1
*/

// header('Content-type: text/ascii'); // header('Content-type: text/ascii');


include("../loader.php"); include("../loader.php");
Expand Down
8 changes: 8 additions & 0 deletions phploader/test/testall.php
@@ -1,3 +1,11 @@
<?php
/**
* Copyright (c) 2009, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
* http://developer.yahoo.net/yui/license.html
* version: 1.0.0b1
*/
?>
<html> <html>
<head> <head>
<?php include("loader-inc.php"); ?> <?php include("loader-inc.php"); ?>
Expand Down
8 changes: 8 additions & 0 deletions phploader/test/testcallback.php
@@ -1,3 +1,11 @@
<?php
/**
* Copyright (c) 2009, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
* http://developer.yahoo.net/yui/license.html
* version: 1.0.0b1
*/
?>
<html> <html>
<head> <head>


Expand Down
8 changes: 7 additions & 1 deletion phploader/test/verify.php
@@ -1,5 +1,11 @@
<?php <?php

/**
* Copyright (c) 2009, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
* http://developer.yahoo.net/yui/license.html
* version: 1.0.0b1
*/

error_reporting(E_ALL); error_reporting(E_ALL);


include("../loader.php"); include("../loader.php");
Expand Down
8 changes: 8 additions & 0 deletions phploader/test/yui.php
@@ -1,3 +1,11 @@
<?php
/**
* Copyright (c) 2009, Yahoo! Inc. All rights reserved.
* Code licensed under the BSD License:
* http://developer.yahoo.net/yui/license.html
* version: 1.0.0b1
*/
?>
<dl> <dl>
<?php <?php
foreach ($_SERVER as $name => $value) { foreach ($_SERVER as $name => $value) {
Expand Down

0 comments on commit 16e2e48

Please sign in to comment.