We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53e5996 commit c88f4a4Copy full SHA for c88f4a4
tests/Command/BuildDocsCommandTest.php
@@ -54,13 +54,13 @@ public function testBuildDocsDefault()
54
55
public function testBuildDocsForPdf()
56
{
57
- $buildConfig = $this->createBuildConfig();
58
-
59
$fs = new Filesystem();
60
if ($fs->exists($buildConfig->getOutputDir())) {
61
$fs->remove($buildConfig->getOutputDir());
62
}
63
$fs->mkdir($buildConfig->getOutputDir());
+
+ $buildConfig = $this->createBuildConfig();
64
65
$output = $this->executeCommand(
66
$buildConfig,
0 commit comments