Skip to content

Commit 53496bf

Browse files
committed
update old namespace in init.php
1 parent 8613d6f commit 53496bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111

1212
spl_autoload_register(function($class) {
13-
if (false !== strpos($class, 'VIPSoft\\CodeCoverageExtension')) {
13+
if (false !== strpos($class, 'LeanPHP\\Behat\\CodeCoverage')) {
1414
require_once(__DIR__.'/src/'.str_replace('\\', '/', $class).'.php');
1515

1616
return true;

0 commit comments

Comments
 (0)