Skip to content

Commit ffb4240

Browse files
committed
Readd an integration test
1 parent 882e02d commit ffb4240

File tree

2 files changed

+425
-270
lines changed

2 files changed

+425
-270
lines changed

tests/IntegrationTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ public function testIntegration(string $folder)
4040
$actualFilename = $buildConfig->getOutputDir().'/'.$relativePath;
4141
$this->assertFileExists($actualFilename);
4242

43-
if(str_contains($expectedFile, 'datetime.html')) {
44-
$this->markTestSkipped('Temporarily disabled becuase I cannot make it work');
45-
46-
return;
47-
}
48-
4943
$this->assertSame(
5044
// removes odd trailing space the indenter is adding
5145
str_replace(" \n", "\n", $indenter->indent($expectedFile->getContents())),

0 commit comments

Comments
 (0)