diff --git a/tests/CompileInjectorTest.php b/tests/CompileInjectorTest.php index 0c7bf9b..9169e0b 100644 --- a/tests/CompileInjectorTest.php +++ b/tests/CompileInjectorTest.php @@ -28,7 +28,7 @@ protected function setUp(): void public function testCompile(): void { - $this->injector->compile(new FakeLazyModule()()); + $this->injector->compile((new FakeLazyModule())()); // built in script $this->assertFileExists(__DIR__ . '/tmp/-Ray_Compiler_Annotation_Compile.php'); $this->assertFileExists(__DIR__ . '/tmp/-Ray_Di_Annotation_ScriptDir.php');