Skip to content

Commit 5d62cc5

Browse files
committed
ignore preview page on kahlan config
1 parent 6b0f853 commit 5d62cc5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

kahlan-config.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,13 @@ class_alias(Laminas\ServiceManager\AbstractPluginManager::class, Zend\ServiceMan
1919
'driver' => new Xdebug(),
2020
'path' => $this->commandLine()->get('src'),
2121
'exclude' => [
22-
'src/Controller/ErrorPreviewConsoleController.php',
22+
// laminas-cli preview console command
23+
'src/Command/Preview/ErrorPreviewConsoleCommand.php',
24+
25+
// laminas-mvc preview page
2326
'src/Controller/ErrorPreviewController.php',
27+
28+
// mezzio preview page
2429
'src/Middleware/Routed/Preview/ErrorPreviewAction.php',
2530
],
2631
'colors' => ! $this->commandLine()->get('no-colors')

0 commit comments

Comments
 (0)