Skip to content

Commit

Permalink
Another required file for passwd
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Oct 11, 2013
1 parent 5fd7241 commit 8416270
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions passwd/lib/Test.php
Expand Up @@ -63,6 +63,17 @@ class Passwd_Test extends Horde_Test
)
);

/**
*/
public function __construct()
{
parent::__construct();

$this->_fileList += array(
'config/backends.php' => null
);
}

/**
* Any application specific tests that need to be done.
*
Expand Down

0 comments on commit 8416270

Please sign in to comment.