silverstripe / cwp-recipe-kitchen-sink

The CWP kitchen sink! Includes all optional and suggested modules. Used for internal testing.
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

Reorder recipe-cms test suite to bypass a silly problem with SearchFormTest #63

Closed maxime-rainville closed 4 years ago

maxime-rainville commented 4 years ago

This side steps a silly problem in SearchFormTest. SearchFormTest enable FulltextSeacrhable which can not be disabled and interferes with fixtures creations an later tests.

Parent issue