We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04fdfe commit 000bd3aCopy full SHA for 000bd3a
tests/tests/TestBehatTags.php
@@ -17,9 +17,11 @@ class TestBehatTags extends TestCase {
17
protected function set_up(): void {
18
parent::set_up();
19
20
- $this->temp_dir = realpath( Utils\get_temp_dir() . uniqid( 'wp-cli-test-behat-tags-', true ) );
+ $this->temp_dir = Utils\get_temp_dir() . uniqid( 'wp-cli-test-behat-tags-', true );
21
mkdir( $this->temp_dir );
22
mkdir( $this->temp_dir . '/features' );
23
+
24
+ $this->temp_dir = realpath( $this->temp_dir );
25
}
26
27
protected function tear_down(): void {
0 commit comments