testPreview() public method

public testPreview ( )
Beispiel #1
0
 public function testPreview()
 {
     $this->configResolver
         ->expects( $this->any() )
         ->method( 'getParameter' )
         ->with( 'legacy_mode' )
         ->will( $this->returnValue( true ) );
     parent::testPreview();
 }