Skip to content
This repository was archived by the owner on Mar 17, 2021. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Kdyby/Aop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b4bdbab66a1f7862e2c8cd78f471c5b2076793e7
Choose a base ref
..
head repository: Kdyby/Aop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 63186ed95b086ce1cc6aec923493d825d1944953
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 tests/KdybyTests/Aop/Extension.phpt
2 changes: 1 addition & 1 deletion tests/KdybyTests/Aop/Extension.phpt
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ class ExtensionTest extends Tester\TestCase
$config->addConfig(__DIR__ . '/config/' . $configFile . '.neon');

$config->onCompile[] = function (Nette\Configurator $config, Nette\DI\Compiler $compiler): void {
$compiler->addExtension('annotations', new Nettrine\Cache\DI\CacheExtension());
$compiler->addExtension('annotations', new Nettrine\Annotations\DI\AnnotationsExtension());
};
Kdyby\Aop\DI\AspectsExtension::register($config);
Kdyby\Aop\DI\AopExtension::register($config);