Changeset 1437

Show
Ignore:
Timestamp:
03/19/08 17:13:54 (4 months ago)
Author:
mikey
Message:

backlash from refactoring #138: clean up processor interface and handling in front controller

Files:

Legend:

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

    r1253 r1437  
    9191 
    9292    /** 
    93      * response references original response by default 
    94      * 
    95      * @test 
    96      */ 
    97     public function responseIsReferenceToConstructorArgument() 
    98     { 
    99         $this->assertSame($this->mockResponse, $this->abstractProcessor->getResponse()); 
    100     } 
    101  
    102     /** 
    10393     * ssl evaluates to true if validation returns true, should only be evaluated once 
    10494     *