Skip to content

Commit 62420f3

Browse files
committed
Use wp site option for transients on multisite
1 parent 75c036d commit 62420f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/transient.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ Feature: Manage WordPress transient cache
286286
And I run `wp --url=example.com/foo transient set foo6 bar6 60 --network`
287287
# Change timeout to be in the past.
288288
And I run `wp option update _transient_timeout_foo 1321009871`
289-
And I run `wp option update _site_transient_timeout_foo3 1321009871`
290-
And I run `wp --url=example.com/foo option update _site_transient_timeout_foo5 1321009871`
289+
And I run `wp site option update _site_transient_timeout_foo3 1321009871`
290+
And I run `wp --url=example.com/foo site option update _site_transient_timeout_foo5 1321009871`
291291
And I run `wp transient delete --expired`
292292
Then STDOUT should be:
293293
"""

0 commit comments

Comments
 (0)