added vim-line, tweaked doc
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/* vim: expandtab sw=4 ts=4 sts=4: */
|
||||||
/**
|
/**
|
||||||
* runs all defined tests
|
* runs all defined tests
|
||||||
*
|
*
|
||||||
|
@@ -1,8 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/* vim: expandtab sw=4 ts=4 sts=4: */
|
||||||
/**
|
/**
|
||||||
* tests for PMA_get_real_size()
|
* tests for PMA_get_real_size()
|
||||||
*
|
*
|
||||||
* @version $Id: $
|
* @version $Id$
|
||||||
* @package phpMyAdmin-test
|
* @package phpMyAdmin-test
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,8 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/* vim: expandtab sw=4 ts=4 sts=4: */
|
||||||
/**
|
/**
|
||||||
* tests for PMA_get_real_size()
|
* tests for PMA_get_real_size()
|
||||||
*
|
*
|
||||||
* @version $Id: $
|
* @version $Id$
|
||||||
* @package phpMyAdmin-test
|
* @package phpMyAdmin-test
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,8 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/* vim: expandtab sw=4 ts=4 sts=4: */
|
||||||
/**
|
/**
|
||||||
* tests for PMA_pow()
|
* tests for PMA_pow()
|
||||||
*
|
*
|
||||||
* @version $Id: $
|
* @version $Id$
|
||||||
* @package phpMyAdmin-test
|
* @package phpMyAdmin-test
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,8 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/* vim: expandtab sw=4 ts=4 sts=4: */
|
||||||
/**
|
/**
|
||||||
* tests for PMA_sanitize()
|
* tests for PMA_sanitize()
|
||||||
*
|
*
|
||||||
* @version $Id: $
|
* @version $Id$
|
||||||
* @package phpMyAdmin-test
|
* @package phpMyAdmin-test
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -1,12 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
/* $Id: common.lib.php 9832 2007-01-09 09:50:49Z nijel $ */
|
/* vim: expandtab sw=4 ts=4 sts=4: */
|
||||||
// vim: expandtab sw=4 ts=4 sts=4:
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Core testing library to wrap phpMyAdmin and add some useful functions.
|
* Core testing library to wrap phpMyAdmin and add some useful functions.
|
||||||
*
|
*
|
||||||
* @author Michal Čihař <michal@cihar.com>
|
* @author Michal Čihař <michal@cihar.com>
|
||||||
* @package phpMyAdmin-test
|
* @package phpMyAdmin-test
|
||||||
|
* @version $Id: common.lib.php 9832 2007-01-09 09:50:49Z nijel $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -1,12 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
/* $Id: common.lib.php 9832 2007-01-09 09:50:49Z nijel $ */
|
/* vim: expandtab sw=4 ts=4 sts=4: */
|
||||||
// vim: expandtab sw=4 ts=4 sts=4:
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test for javascript escaping.
|
* Test for javascript escaping.
|
||||||
*
|
*
|
||||||
* @author Michal Čihař <michal@cihar.com>
|
* @author Michal Čihař <michal@cihar.com>
|
||||||
* @package phpMyAdmin-test
|
* @package phpMyAdmin-test
|
||||||
|
* @version $Id: common.lib.php 9832 2007-01-09 09:50:49Z nijel $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -1,11 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
/* $Id$ */
|
/* vim: expandtab sw=4 ts=4 sts=4: */
|
||||||
// vim: expandtab sw=4 ts=4 sts=4:
|
|
||||||
/**
|
/**
|
||||||
* theme test
|
* theme test
|
||||||
*
|
*
|
||||||
* @uses libraries/common.lib.php global fnctions
|
* @uses libraries/common.lib.php global fnctions
|
||||||
* @package phpMyAdmin-test
|
* @package phpMyAdmin-test
|
||||||
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
chdir('..');
|
chdir('..');
|
||||||
@@ -13,7 +13,7 @@ chdir( '..' );
|
|||||||
/**
|
/**
|
||||||
* Gets core libraries and defines some variables
|
* Gets core libraries and defines some variables
|
||||||
*/
|
*/
|
||||||
require_once('./libraries/common.lib.php');
|
require_once './libraries/common.lib.php';
|
||||||
|
|
||||||
$lang_iso_code = $GLOBALS['available_languages'][$GLOBALS['lang']][2];
|
$lang_iso_code = $GLOBALS['available_languages'][$GLOBALS['lang']][2];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user