Changeset 1656

Show
Ignore:
Timestamp:
06/24/08 10:55:24 (2 months ago)
Author:
mikey
Message:

always replace tokens

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/test/php/net/stubbles/websites/cache/stubCachingProcessorTestCase.php

    r1460 r1656  
    224224        $this->mockWebsiteCache->expects($this->never()) 
    225225                               ->method('store'); 
    226         $this->cachingProcessor->expects($this->never()) 
     226        $this->cachingProcessor->expects($this->once()) 
    227227                               ->method('setSessionData'); 
    228228        $this->cachingProcessor->process();