Development

#1688 ([sfTestBrowser] PHP compression in test env makes functional sfTestBrowser tests return with no output (or error))

You must first sign up to be able to contribute.

Ticket #1688 (new defect)

Opened 6 years ago

Last modified 6 years ago

[sfTestBrowser] PHP compression in test env makes functional sfTestBrowser tests return with no output (or error)

Reported by: hansbrix Assigned to: fabien
Priority: minor Milestone:
Component: tests Version: 1.0.0
Keywords: Cc:
Qualification: Design decision

Description

in my case, compression for the test env was enabled inadvertently via

all:
  .settings:
    compressed: on

any functional tests with sfTestBrowser calls return no output or errors with response compression enabled.

if this cant be fixed, sfTestBrowser should throw an exception if compression is enabled for the test environment.

in addition, this should be noted in the documentation giving the default test environment settings:

compressed: off

should be added to this default config.

Change History

10/01/07 08:43:41 changed by dwhittle

  • qualification set to Design decision.

Can you provide a patch?