eZ\Publish\Core\REST\Common\Tests\FieldTypeProcessor\PageProcessorTest::testPreProcessValueHash PHP Method

testPreProcessValueHash() public method

public testPreProcessValueHash ( $inputValue, $outputValue )
    public function testPreProcessValueHash($inputValue, $outputValue)
    {
        $processor = $this->getProcessor();
        $this->assertEquals($outputValue, $processor->preProcessValueHash($inputValue));
    }