From 1b75582a90f14a2c1c65df7bc1e7615a243899d2 Mon Sep 17 00:00:00 2001 From: Ferror Date: Sun, 28 Jan 2024 22:21:24 +0100 Subject: [PATCH] chore: demo tests --- example/tests/JsonSpecificationControllerTest.php | 1 - example/tests/UserInterfaceControllerTest.php | 1 - example/tests/YamlSpecificationControllerTest.php | 1 - 3 files changed, 3 deletions(-) diff --git a/example/tests/JsonSpecificationControllerTest.php b/example/tests/JsonSpecificationControllerTest.php index 2a0ffb3..c28cd85 100644 --- a/example/tests/JsonSpecificationControllerTest.php +++ b/example/tests/JsonSpecificationControllerTest.php @@ -4,7 +4,6 @@ namespace App; -use Ferror\AsyncapiDocBundle\Tests\Integration\Service\Kernel; use PHPUnit\Framework\TestCase; use Symfony\Bundle\FrameworkBundle\KernelBrowser; use Symfony\Component\HttpFoundation\Request; diff --git a/example/tests/UserInterfaceControllerTest.php b/example/tests/UserInterfaceControllerTest.php index 144b3c5..70ffa64 100644 --- a/example/tests/UserInterfaceControllerTest.php +++ b/example/tests/UserInterfaceControllerTest.php @@ -4,7 +4,6 @@ namespace App; -use Ferror\AsyncapiDocBundle\Tests\Integration\Service\Kernel; use PHPUnit\Framework\TestCase; use Symfony\Bundle\FrameworkBundle\KernelBrowser; use Symfony\Component\HttpFoundation\Request; diff --git a/example/tests/YamlSpecificationControllerTest.php b/example/tests/YamlSpecificationControllerTest.php index dc3f350..a635c2d 100644 --- a/example/tests/YamlSpecificationControllerTest.php +++ b/example/tests/YamlSpecificationControllerTest.php @@ -4,7 +4,6 @@ namespace App; -use Ferror\AsyncapiDocBundle\Tests\Integration\Service\Kernel; use PHPUnit\Framework\TestCase; use Symfony\Bundle\FrameworkBundle\KernelBrowser; use Symfony\Component\HttpFoundation\Request;