Changeset 1220
- Timestamp:
- 01/11/08 16:26:07 (9 months ago)
- Files:
-
- trunk/src/test/php/net/stubbles/integration/AnnotationTestCase.php (modified) (1 diff)
- trunk/src/test/php/net/stubbles/integration/CacheTestCase.php (modified) (1 diff)
- trunk/src/test/php/net/stubbles/integration/DatabaseTestCase.php (modified) (1 diff)
- trunk/src/test/php/net/stubbles/integration/EncoderXJConfTestCase.php (modified) (1 diff)
- trunk/src/test/php/net/stubbles/integration/InterceptorTestCase.php (modified) (1 diff)
- trunk/src/test/php/net/stubbles/integration/LoggerTestCase.php (modified) (1 diff)
- trunk/src/test/php/net/stubbles/integration/MemphisConfigTestCase.php (modified) (1 diff)
- trunk/src/test/php/net/stubbles/integration/ProcessorTestCase.php (modified) (1 diff)
- trunk/src/test/php/net/stubbles/integration/ValidatorsXJConfTestCase.php (modified) (1 diff)
- trunk/src/test/php/net/stubbles/integration/VariantManagerTestCase.php (modified) (1 diff)
- trunk/src/test/php/net/stubbles/integration/stubRequestValueErrorXJConfFactoryTestCase.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/test/php/net/stubbles/integration/AnnotationTestCase.php
r725 r1220 7 7 * @subpackage test_integration 8 8 */ 9 stubClassLoader::load('net .stubbles.reflection.reflection',10 'net .stubbles.reflection.annotations.stubAbstractAnnotation'9 stubClassLoader::load('net::stubbles::reflection::reflection', 10 'net::stubbles::reflection::annotations::stubAbstractAnnotation' 11 11 ); 12 12 require_once dirname(__FILE__) . '/AnnotationClass.php'; trunk/src/test/php/net/stubbles/integration/CacheTestCase.php
r1106 r1220 7 7 * @subpackage test_integration 8 8 */ 9 stubClassLoader::load('net .stubbles.util.cache.stubCacheXJConfInitializer');9 stubClassLoader::load('net::stubbles::util::cache::stubCacheXJConfInitializer'); 10 10 /** 11 11 * Integration test for cache. trunk/src/test/php/net/stubbles/integration/DatabaseTestCase.php
r538 r1220 7 7 * @subpackage test_integration 8 8 */ 9 stubClassLoader::load('net .stubbles.rdbms.stubDatabaseInitializer');9 stubClassLoader::load('net::stubbles::rdbms::stubDatabaseInitializer'); 10 10 /** 11 11 * Integration test for database. trunk/src/test/php/net/stubbles/integration/EncoderXJConfTestCase.php
r972 r1220 7 7 * @subpackage test_integration 8 8 */ 9 stubClassLoader::load('net .stubbles.util.xjconf.xjconf',10 'net .stubbles.util.xjconf.xjconfReal'9 stubClassLoader::load('net::stubbles::util::xjconf::xjconf', 10 'net::stubbles::util::xjconf::xjconfReal' 11 11 ); 12 12 /** trunk/src/test/php/net/stubbles/integration/InterceptorTestCase.php
r563 r1220 7 7 * @subpackage test_integration 8 8 */ 9 stubClassLoader::load('net .stubbles.ipo.interceptors.stubInterceptorXJConfInitializer');9 stubClassLoader::load('net::stubbles::ipo::interceptors::stubInterceptorXJConfInitializer'); 10 10 /** 11 11 * Integration test for interceptor creation. trunk/src/test/php/net/stubbles/integration/LoggerTestCase.php
r1047 r1220 7 7 * @subpackage test_integration 8 8 */ 9 stubClassLoader::load('net .stubbles.util.log.stubLoggerXJConfFactory');9 stubClassLoader::load('net::stubbles::util::log::stubLoggerXJConfFactory'); 10 10 /** 11 11 * Integration test for logger. trunk/src/test/php/net/stubbles/integration/MemphisConfigTestCase.php
r1113 r1220 7 7 * @subpackage test_integration 8 8 */ 9 stubClassLoader::load('net .stubbles.websites.memphis.stubMemphisConfig');9 stubClassLoader::load('net::stubbles::websites::memphis::stubMemphisConfig'); 10 10 /** 11 11 * Integration test for memphis view engine configuration. trunk/src/test/php/net/stubbles/integration/ProcessorTestCase.php
r400 r1220 7 7 * @subpackage test_integration 8 8 */ 9 stubClassLoader::load('net .stubbles.websites.processors.stubProcessorResolverXJConfFactory');9 stubClassLoader::load('net::stubbles::websites::processors::stubProcessorResolverXJConfFactory'); 10 10 Mock::generate('stubRequest'); 11 11 Mock::generate('stubResponse'); trunk/src/test/php/net/stubbles/integration/ValidatorsXJConfTestCase.php
r1104 r1220 7 7 * @subpackage test_integration 8 8 */ 9 stubClassLoader::load('net .stubbles.util.xjconf.xjconf',10 'net .stubbles.util.xjconf.xjconfReal'9 stubClassLoader::load('net::stubbles::util::xjconf::xjconf', 10 'net::stubbles::util::xjconf::xjconfReal' 11 11 ); 12 12 /** trunk/src/test/php/net/stubbles/integration/VariantManagerTestCase.php
r447 r1220 7 7 * @subpackage test_integration 8 8 */ 9 stubClassLoader::load('net .stubbles.websites.variantmanager.stubVariantXJConfFactory');9 stubClassLoader::load('net::stubbles::websites::variantmanager::stubVariantXJConfFactory'); 10 10 /** 11 11 * Integration test for variant manager. trunk/src/test/php/net/stubbles/integration/stubRequestValueErrorXJConfFactoryTestCase.php
r880 r1220 7 7 * @subpackage test_integration 8 8 */ 9 stubClassLoader::load('net .stubbles.ipo.request.stubRequestValueErrorXJConfFactory');9 stubClassLoader::load('net::stubbles::ipo::request::stubRequestValueErrorXJConfFactory'); 10 10 /** 11 11 * Integration test for request value errors defined in xml.
