Skip to content

Commit 000bd3a

Browse files
committed
move statement
1 parent e04fdfe commit 000bd3a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/tests/TestBehatTags.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ class TestBehatTags extends TestCase {
1717
protected function set_up(): void {
1818
parent::set_up();
1919

20-
$this->temp_dir = realpath( Utils\get_temp_dir() . uniqid( 'wp-cli-test-behat-tags-', true ) );
20+
$this->temp_dir = Utils\get_temp_dir() . uniqid( 'wp-cli-test-behat-tags-', true );
2121
mkdir( $this->temp_dir );
2222
mkdir( $this->temp_dir . '/features' );
23+
24+
$this->temp_dir = realpath( $this->temp_dir );
2325
}
2426

2527
protected function tear_down(): void {

0 commit comments

Comments
 (0)