Horde_Test_AllTests::__construct PHP Method

__construct() public method

Constructor.
public __construct ( string $package, string $dir )
$package string The name of the package tested by this suite.
$dir string The path of the AllTests class.
    public function __construct($package, $dir)
    {
        $this->_package = $package;
        $this->_dir = $dir;
    }