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
postfixadmin-2.3
Christian Boltz 15 years ago
parent 166b93423f
commit eb6e7e0709

@ -185,3 +185,5 @@ class AliasHandler {
return false;
}
}
/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */

@ -66,3 +66,5 @@ class UserHandler {
return false;
}
}
/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */

@ -124,3 +124,5 @@ class VacationHandler {
return $vacation_goto;
}
}
/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */

@ -59,3 +59,5 @@ class RemoteAliasTest extends RemoteTest {
$this->assertEqual($this->alias->get(), array());
}
}
/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */

@ -80,3 +80,5 @@ class RemoteTest extends UnitTestCase {
}
}
}
/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */

@ -36,3 +36,5 @@ class RemoteUserTest extends RemoteTest {
}
}
}
/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */

@ -79,3 +79,5 @@ class RemoteVacationTest extends RemoteTest {
}
}
/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */

@ -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: */

@ -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: */

Loading…
Cancel
Save