fix vim modelines

This commit is contained in:
Marc Delisle
2008-10-25 13:37:54 +00:00
parent 0cd015b6d3
commit 8c697864eb
13 changed files with 20 additions and 20 deletions

View File

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

View File

@@ -1,5 +1,5 @@
<?php
/* vim: expandtab sw=4 ts=4 sts=4: */
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* tests for environment like OS, PHP, modules, ...
*

View File

@@ -1,5 +1,5 @@
<?php
/* vim: expandtab sw=4 ts=4 sts=4: */
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* tests for PMA_get_real_size()
*
@@ -19,4 +19,4 @@ class FailTest extends PHPUnit_Framework_TestCase
$this->assertEquals(0, 1);
}
}
?>
?>

View File

@@ -1,5 +1,5 @@
<?php
/* vim: expandtab sw=4 ts=4 sts=4: */
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* tests for PMA_pow()
*
@@ -40,4 +40,4 @@ class PMA_STR_sub_test extends PHPUnit_Framework_TestCase
PMA_substr('čšěčščěš', 0, 3));
}
}
?>
?>

View File

@@ -1,5 +1,5 @@
<?php
/* vim: expandtab sw=4 ts=4 sts=4: */
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Test for blowfish encryption.
*

View File

@@ -1,5 +1,5 @@
<?php
/* vim: expandtab sw=4 ts=4 sts=4: */
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Test for javascript escaping.
*

View File

@@ -1,5 +1,5 @@
<?php
/* vim: expandtab sw=4 ts=4 sts=4: */
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* tests for PMA_generate_common_url()
*

View File

@@ -1,5 +1,5 @@
<?php
/* vim: expandtab sw=4 ts=4 sts=4: */
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* tests for PMA_get_real_size()
*
@@ -40,4 +40,4 @@ class PMA_get_real_size_test extends PHPUnit_Framework_TestCase
$this->assertEquals(12 * 1024 * 1024 * 1024, PMA_get_real_size('12gb'));
}
}
?>
?>

View File

@@ -1,5 +1,5 @@
<?php
/* vim: expandtab sw=4 ts=4 sts=4: */
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* tests for PMA_pow()
*
@@ -109,4 +109,4 @@ class PMA_isValid_test extends PHPUnit_Framework_TestCase
$this->assertFalse(PMA_isValid($var, array('a', 'b', )));
}
}
?>
?>

View File

@@ -1,5 +1,5 @@
<?php
/* vim: expandtab sw=4 ts=4 sts=4: */
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* tests for PMA_pow()
*
@@ -77,4 +77,4 @@ class PMA_pow_test extends PHPUnit_Framework_TestCase
}
}
}
?>
?>

View File

@@ -1,5 +1,5 @@
<?php
/* vim: expandtab sw=4 ts=4 sts=4: */
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* tests for PMA_sanitize()
*
@@ -39,4 +39,4 @@ class PMA_sanitize_test extends PHPUnit_Framework_TestCase
PMA_sanitize('[b]strong[/b]'));
}
}
?>
?>

View File

@@ -1,5 +1,5 @@
<?php
/* vim: expandtab sw=4 ts=4 sts=4: */
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* tests for PMA_sanitize()
*
@@ -45,4 +45,4 @@ class PMA_transformation_getOptions_test extends PHPUnit_Framework_TestCase
PMA_transformation_getOptions(''));
}
}
?>
?>

View File

@@ -1,5 +1,5 @@
<?php
/* vim: expandtab sw=4 ts=4 sts=4: */
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* theme test
*