From eb6e7e07095ef683b7618b4a552113f14b80dd67 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Wed, 15 Apr 2009 21:54:18 +0000 Subject: [PATCH] model/*, tests/*: - added a vim: comment for tab expansion etc. git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@628 a1433add-5e2c-0410-b055-b7f2511e0802 --- model/AliasHandler.php | 2 ++ model/UserHandler.php | 2 ++ model/VacationHandler.php | 2 ++ tests/RemoteAliasTest.php | 2 ++ tests/RemoteTest.php | 2 ++ tests/RemoteUserTest.php | 2 ++ tests/RemoteVacationTest.php | 2 ++ tests/common.php | 2 ++ tests/run.php | 2 ++ 9 files changed, 18 insertions(+) diff --git a/model/AliasHandler.php b/model/AliasHandler.php index 29e04382..e3bb1c31 100644 --- a/model/AliasHandler.php +++ b/model/AliasHandler.php @@ -185,3 +185,5 @@ class AliasHandler { return false; } } + +/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */ diff --git a/model/UserHandler.php b/model/UserHandler.php index fea5c472..d6250b71 100644 --- a/model/UserHandler.php +++ b/model/UserHandler.php @@ -66,3 +66,5 @@ class UserHandler { return false; } } + +/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */ diff --git a/model/VacationHandler.php b/model/VacationHandler.php index 4b2c6782..063b5c14 100644 --- a/model/VacationHandler.php +++ b/model/VacationHandler.php @@ -124,3 +124,5 @@ class VacationHandler { return $vacation_goto; } } + +/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */ diff --git a/tests/RemoteAliasTest.php b/tests/RemoteAliasTest.php index 39651797..e074c812 100644 --- a/tests/RemoteAliasTest.php +++ b/tests/RemoteAliasTest.php @@ -59,3 +59,5 @@ class RemoteAliasTest extends RemoteTest { $this->assertEqual($this->alias->get(), array()); } } + +/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */ diff --git a/tests/RemoteTest.php b/tests/RemoteTest.php index b0dbf10c..d88bbb1a 100644 --- a/tests/RemoteTest.php +++ b/tests/RemoteTest.php @@ -80,3 +80,5 @@ class RemoteTest extends UnitTestCase { } } } + +/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */ diff --git a/tests/RemoteUserTest.php b/tests/RemoteUserTest.php index 3449b218..80aa0bd6 100644 --- a/tests/RemoteUserTest.php +++ b/tests/RemoteUserTest.php @@ -36,3 +36,5 @@ class RemoteUserTest extends RemoteTest { } } } + +/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */ diff --git a/tests/RemoteVacationTest.php b/tests/RemoteVacationTest.php index 89de4822..ebd86fae 100644 --- a/tests/RemoteVacationTest.php +++ b/tests/RemoteVacationTest.php @@ -79,3 +79,5 @@ class RemoteVacationTest extends RemoteTest { } } + +/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */ diff --git a/tests/common.php b/tests/common.php index 987b79ca..e07cdcb5 100644 --- a/tests/common.php +++ b/tests/common.php @@ -2,3 +2,5 @@ ini_set('include_path', ini_get('include_path') . ':' . dirname(__FILE__) . '/../'); require_once(dirname(__FILE__) . '/../common.php'); + +/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */ diff --git a/tests/run.php b/tests/run.php index 7b9526f5..1f88b7aa 100644 --- a/tests/run.php +++ b/tests/run.php @@ -15,3 +15,5 @@ $test->addTestFile('./RemoteUserTest.php'); $test->addTestFile('./RemoteAliasTest.php'); exit($test->run(new TextReporter()) ? 0 : 1); + +/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */