Skip to content

Commit 2d81b2d

Browse files
committed
✅ amending for update to 1.0.11-dev branch of Tapestry
1 parent 0c3d856 commit 2d81b2d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/PluginTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ public static function runTapestry($siteDir = __DIR__ . DIRECTORY_SEPARATOR . 'm
6969
'--env' => 'testing'
7070
], $definitions));
7171

72+
$tapestry->setOutput(new NullOutput());
73+
7274
/** @var array $steps */
7375
$steps = $tapestry->getContainer()->get('Compile.Steps');
7476
$generator = new Generator($steps, $tapestry);

0 commit comments

Comments
 (0)