Skip to content

Commit 2edacca

Browse files
committed
minor #151 Readd an integration test (javiereguiluz)
This PR was merged into the main branch. Discussion ---------- Readd an integration test This readds the test that I disabled in #121. Commits ------- ffb4240 Readd an integration test
2 parents 882e02d + ffb4240 commit 2edacca

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)