File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 5
5
namespace SimPod \KafkaBundle \Tests \Kafka ;
6
6
7
7
use Generator ;
8
+ use PHPUnit \Framework \Attributes \CoversClass ;
8
9
use PHPUnit \Framework \Attributes \DataProvider ;
9
10
use SimPod \KafkaBundle \Kafka \Configuration ;
10
11
use SimPod \KafkaBundle \Tests \KafkaTestCase ;
11
12
12
- /** @covers \SimPod\KafkaBundle\Kafka\ Configuration */
13
+ #[CoversClass( Configuration::class)]
13
14
final class ConfigurationTest extends KafkaTestCase
14
15
{
15
16
#[DataProvider('providerConfiguration ' )]
Original file line number Diff line number Diff line change 4
4
5
5
namespace SimPod \KafkaBundle \Tests ;
6
6
7
+ use PHPUnit \Framework \Attributes \CoversClass ;
7
8
use PHPUnit \Framework \TestCase ;
8
9
use SimPod \KafkaBundle \DependencyInjection \ConsumerCompilerPass ;
9
10
use SimPod \KafkaBundle \SimPodKafkaBundle ;
10
11
use Symfony \Component \DependencyInjection \ContainerBuilder ;
11
12
use SimPod \KafkaBundle \Kafka \Clients \Consumer \NamedConsumer ;
12
13
13
- /** @covers \SimPod\KafkaBundle\ SimPodKafkaBundle */
14
+ #[CoversClass( SimPodKafkaBundle::class)]
14
15
final class SimPodBundleTest extends TestCase
15
16
{
16
17
/** @var SimPodKafkaBundle */
You can’t perform that action at this time.
0 commit comments