projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
887f206
)
Style
author
Jan Schneider
<jan@horde.org>
Fri, 17 Sep 2010 16:48:19 +0000
(18:48 +0200)
committer
Jan Schneider
<jan@horde.org>
Fri, 17 Sep 2010 16:48:19 +0000
(18:48 +0200)
framework/Ldap/test/Horde/Ldap/LdifTest.php
patch
|
blob
|
history
diff --git
a/framework/Ldap/test/Horde/Ldap/LdifTest.php
b/framework/Ldap/test/Horde/Ldap/LdifTest.php
index
eb1f340
..
6cecf7a
100644
(file)
--- a/
framework/Ldap/test/Horde/Ldap/LdifTest.php
+++ b/
framework/Ldap/test/Horde/Ldap/LdifTest.php
@@
-107,7
+107,8
@@
class Horde_Ldap_LdifTest extends PHPUnit_Framework_TestCase
/**
* Removes the outfile.
*/
- public function tearDown() {
+ public function tearDown()
+ {
@unlink($this->_outfile);
}