Skip to content

Commit

Permalink
Merge pull request #10749 from weirdan/6449-skip-symlink-test-on-windows
Browse files Browse the repository at this point in the history
Skip symlink test on Windows
  • Loading branch information
weirdan committed Feb 25, 2024
2 parents 6c10ad2 + 57caade commit eb9e8d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Config/ConfigTest.php
Expand Up @@ -158,6 +158,9 @@ public function testIgnoreMissingProjectDirectory(): void
$this->assertFalse($config->isInProjectDirs(realpath('examples/TemplateScanner.php')));
}

/**
* @requires OS ^(?!WIN)
*/
public function testIgnoreSymlinkedProjectDirectory(): void
{
@unlink(dirname(__DIR__, 1) . '/fixtures/symlinktest/ignored/b');
Expand Down

0 comments on commit eb9e8d9

Please sign in to comment.