->and('the PEAR package will be installed')
->and('the non-Horde dependencies of the Horde element will get installed from the network.')
->and('the Horde dependencies of the Horde element will get installed from the current tree.')
- ->and('the Horde element will be installed');
+ ->and('the Components library will be installed');
}
}
\ No newline at end of file
)
);
break;
- case 'the Horde element will be installed':
+ case 'the Components library will be installed':
$this->assertTrue(
file_exists(
$this->_temp_dir . DIRECTORY_SEPARATOR
. 'pear' . DIRECTORY_SEPARATOR
. 'php' . DIRECTORY_SEPARATOR
- . 'Horde' . DIRECTORY_SEPARATOR
. 'Components.php'
)
);
<phpunit>
<filter>
<whitelist>
- <directory suffix=".php">../../../lib</directory>
+ <directory suffix=".php">../../lib</directory>
</whitelist>
</filter>
</phpunit>