Skip to content

Commit 63834f9

Browse files
committed
add test
1 parent be25fa4 commit 63834f9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

features/testing.feature

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,11 @@ Feature: Test that WP-CLI loads.
125125
This should only run on MySQL or MariaDB
126126
"""
127127

128+
Scenario: Verify sys_get_temp_dir() in sub-process
129+
Given a WP install
130+
When I run `wp eval 'echo sys_get_temp_dir();'`
131+
Then STDOUT should not be:
132+
"""
133+
C:\Windows
134+
"""
135+

0 commit comments

Comments
 (0)