Skip to content

Commit 18e4064

Browse files
committed
Remove obsolete \Symfony\Component\Process\Tests\ExecutableFinderTest::testFindWithDefaultSuffix().
1 parent 1651d3f commit 18e4064

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

src/Symfony/Component/Process/Tests/ExecutableFinderTest.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -96,17 +96,6 @@ public function testFindWithoutSuffix()
9696
$this->assertSamePath($fixturesDir.\DIRECTORY_SEPARATOR.$name, $result);
9797
}
9898

99-
public function testFindWithDefaultSuffix()
100-
{
101-
$fixturesDir = __DIR__.\DIRECTORY_SEPARATOR.'Fixtures';
102-
$name = 'executable_with_a_default_suffix';
103-
104-
$finder = new ExecutableFinder();
105-
$result = $finder->find($name, null, [$fixturesDir]);
106-
107-
$this->assertSamePath($fixturesDir.\DIRECTORY_SEPARATOR.$name.'.bat', $result);
108-
}
109-
11099
public function testFindWithAddedSuffixes()
111100
{
112101
$fixturesDir = __DIR__.\DIRECTORY_SEPARATOR.'Fixtures';

src/Symfony/Component/Process/Tests/Fixtures/executable_with_a_default_suffix.bat

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)