No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
Factory
✓ use Horde_Test_Factory;
Create a test instance using the factory.
<?php
require 'vendor/autoload.php';
use Horde_Test_Factory;
$factory = new Horde_Test_Factory();
// Example usage (actual API may vary)
$test = $factory->create();
echo get_class($test);
Debug
Known issues
breakingLegacy package; consider using PHPUnit instead.
fix
Migrate to PHPUnit for better support and features.