Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
ngmy committed Apr 6, 2024
1 parent 7129539 commit 295b05c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion tests/Feature/AopTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,19 @@
/**
* @internal
*
* @coversNothing
* @covers \Ngmy\LaravelAop\Collections\AspectMap
* @covers \Ngmy\LaravelAop\Collections\InterceptMap
* @covers \Ngmy\LaravelAop\Collections\SourceMap
* @covers \Ngmy\LaravelAop\Commands\CompileCommand
* @covers \Ngmy\LaravelAop\Factories\AspectMapFactory
* @covers \Ngmy\LaravelAop\ServiceProvider
* @covers \Ngmy\LaravelAop\Services\ClassLoader
* @covers \Ngmy\LaravelAop\Services\Compiler
* @covers \Ngmy\LaravelAop\Services\ServiceRegistrar
* @covers \Ngmy\LaravelAop\Services\SourceMapFileManager
* @covers \Ngmy\LaravelAop\ValueObjects\CompiledClass
* @covers \Ngmy\LaravelAop\ValueObjects\CompiledPath
* @covers \Ngmy\LaravelAop\ValueObjects\SourceMapFile
*
* @property Application $app
*/
Expand Down

0 comments on commit 295b05c

Please sign in to comment.