added vim-line, tweaked doc

This commit is contained in:
Sebastian Mendel
2007-03-16 08:58:14 +00:00
parent 55cecc1e61
commit a738c7435c
8 changed files with 41 additions and 38 deletions

View File

@@ -1,4 +1,5 @@
<?php
/* vim: expandtab sw=4 ts=4 sts=4: */
/**
* runs all defined tests
*

View File

@@ -1,8 +1,9 @@
<?php
/* vim: expandtab sw=4 ts=4 sts=4: */
/**
* tests for PMA_get_real_size()
*
* @version $Id: $
* @version $Id$
* @package phpMyAdmin-test
*/

View File

@@ -1,8 +1,9 @@
<?php
/* vim: expandtab sw=4 ts=4 sts=4: */
/**
* tests for PMA_get_real_size()
*
* @version $Id: $
* @version $Id$
* @package phpMyAdmin-test
*/

View File

@@ -1,8 +1,9 @@
<?php
/* vim: expandtab sw=4 ts=4 sts=4: */
/**
* tests for PMA_pow()
*
* @version $Id: $
* @version $Id$
* @package phpMyAdmin-test
*/

View File

@@ -1,8 +1,9 @@
<?php
/* vim: expandtab sw=4 ts=4 sts=4: */
/**
* tests for PMA_sanitize()
*
* @version $Id: $
* @version $Id$
* @package phpMyAdmin-test
*/

View File

@@ -1,12 +1,11 @@
<?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.
*
* @author Michal Čihař <michal@cihar.com>
* @package phpMyAdmin-test
* @version $Id: common.lib.php 9832 2007-01-09 09:50:49Z nijel $
*/
/**

View File

@@ -1,12 +1,11 @@
<?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.
*
* @author Michal Čihař <michal@cihar.com>
* @package phpMyAdmin-test
* @version $Id: common.lib.php 9832 2007-01-09 09:50:49Z nijel $
*/
/**

View File

@@ -1,11 +1,11 @@
<?php
/* $Id$ */
// vim: expandtab sw=4 ts=4 sts=4:
/* vim: expandtab sw=4 ts=4 sts=4: */
/**
* theme test
*
* @uses libraries/common.lib.php global fnctions
* @package phpMyAdmin-test
* @version $Id$
*/
chdir('..');
@@ -13,7 +13,7 @@ chdir( '..' );
/**
* 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];