Skip to content

Commit 2df2af5

Browse files
committed
Clean up autoload hack on kahlan config
1 parent 0011b99 commit 2df2af5

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

kahlan-config.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
<?php
22

3-
use Laminas\ServiceManager\AbstractPluginManager;
43
use Kahlan\Filter\Filters;
54
use Kahlan\Reporter\Coverage;
65
use Kahlan\Reporter\Coverage\Driver\Xdebug;
76

8-
// autoload hack
9-
class_alias(AbstractPluginManager::class, Zend\ServiceManager\AbstractPluginManager::class);
10-
117
Filters::apply($this, 'coverage', function($next): void {
128
if (! extension_loaded('xdebug')) {
139
return;

0 commit comments

Comments
 (0)