Skip to content

Commit c88f4a4

Browse files
committed
-
1 parent 53e5996 commit c88f4a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Command/BuildDocsCommandTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ public function testBuildDocsDefault()
5454

5555
public function testBuildDocsForPdf()
5656
{
57-
$buildConfig = $this->createBuildConfig();
58-
5957
$fs = new Filesystem();
6058
if ($fs->exists($buildConfig->getOutputDir())) {
6159
$fs->remove($buildConfig->getOutputDir());
6260
}
6361
$fs->mkdir($buildConfig->getOutputDir());
62+
63+
$buildConfig = $this->createBuildConfig();
6464

6565
$output = $this->executeCommand(
6666
$buildConfig,

0 commit comments

Comments
 (0)