Skip to content

Commit 29e8626

Browse files
kukulichondrejmirtes
authored andcommitted
No need to skip these tests anymore
1 parent 90883d5 commit 29e8626

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

tests/PHPStan/Command/AnalyseApplicationIntegrationTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ public function testExecuteOnAFileWithErrors(): void
3939

4040
private function runPath(string $path, int $expectedStatusCode): string
4141
{
42-
if (PHP_VERSION_ID >= 80000 && DIRECTORY_SEPARATOR === '\\') {
43-
$this->markTestSkipped('Skipped because of https://github.com/symfony/symfony/issues/37508');
44-
}
4542
self::getContainer()->getByType(ResultCacheClearer::class)->clear();
4643
$analyserApplication = self::getContainer()->getByType(AnalyseApplication::class);
4744
$resource = fopen('php://memory', 'w', false);

tests/PHPStan/Command/AnalyseCommandTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ public static function autoDiscoveryPathsProvider(): array
8080
*/
8181
private function runCommand(int $expectedStatusCode, array $parameters = []): string
8282
{
83-
if (PHP_VERSION_ID >= 80000 && DIRECTORY_SEPARATOR === '\\') {
84-
$this->markTestSkipped('Skipped because of https://github.com/symfony/symfony/issues/37508');
85-
}
8683
$commandTester = new CommandTester(new AnalyseCommand([]));
8784

8885
$commandTester->execute([

0 commit comments

Comments
 (0)