Codeception / AspectMock

The most powerful and flexible mocking framework for PHPUnit / Codeception.
MIT License
790 stars 129 forks source link

Redefinition of parameter $_ PointcutGrammar.php #203

Open romanpan2 opened 2 years ago

romanpan2 commented 2 years ago

Redefinition of parameter $_ in /opt/project/new/vendor/lisachenko/go-aop-php/src/Go/Aop/Pointcut/PointcutGrammar.php on line 61

my config in _bootstrap yii2 advanced

`require(DIR . '/../vendor/autoload.php');

$kernel = \AspectMock\Kernel::getInstance(); $kernel->init([ 'debug' => true, 'includePaths' => [ DIR . '/../../', ] ]);`

where did i go wrong?