Changeset 967
- Timestamp:
- 10/21/07 19:15:11 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/test/php/net/stubbles/php/string/stubAbstractStringEncoderTestCase.php
r966 r967 8 8 */ 9 9 stubClassLoader::load('net.stubbles.php.string.stubAbstractStringEncoder'); 10 /** 11 * Concrete implementation to test the stubAbstractStringEncoder::apply() method. 12 * 13 * @package stubbles 14 * @subpackage php_string_test 15 */ 10 16 class TeststubAbstractStringEncoder extends stubAbstractStringEncoder 11 17 {
