You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: split test running for integrations (plugins) (#2904)
While testing integrations (ACF, etc.), all the tests were run with plugins active which lead to some inconsistencies.
Tests are split to run separately and avoid those issues.
An important change was also made on meta return type. Timber uses the same return signature than WordPress, e.g. returning an empty string when the field is empty instead of evaluating it through `empty()`.
// make sure the base url has not been duplicated (https://github.com/timber/timber/issues/405)
// make sure the base url has not been duplicated (https://github.com/timber/timber/issues/405)
0 commit comments