File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88use Doctrine \DBAL \Driver ;
99use Doctrine \DBAL \Schema \DefaultSchemaManagerFactory ;
1010use Doctrine \Deprecations \PHPUnit \VerifyDeprecations ;
11- use PHPUnit \Framework \Attributes \WithoutErrorHandler ;
1211
1312use function array_intersect_key ;
1413
@@ -62,7 +61,6 @@ public function testDefaultCollationMySql(): void
6261 );
6362 }
6463
65- #[WithoutErrorHandler]
6664 public function testCollateMapsToCollationForMySql (): void
6765 {
6866 $ factory = new ConnectionFactory ([]);
@@ -86,7 +84,6 @@ public function testCollateMapsToCollationForMySql(): void
8684 );
8785 }
8886
89- #[WithoutErrorHandler]
9087 public function testConnectionOverrideOptions (): void
9188 {
9289 $ params = [
Original file line number Diff line number Diff line change 1212use Fixtures \Bundles \RepositoryServiceBundle \Repository \TestCustomClassRepoRepository ;
1313use InvalidArgumentException ;
1414use PHPUnit \Framework \Attributes \RequiresPhp ;
15- use PHPUnit \Framework \Attributes \WithoutErrorHandler ;
1615use ProxyManager \Proxy \ProxyInterface ;
1716use Symfony \Component \DependencyInjection \Container ;
1817use Symfony \Component \VarExporter \LazyObjectInterface ;
@@ -120,7 +119,6 @@ public function testResetUnknownEntityManager(): void
120119 $ registry ->resetManager ('default ' );
121120 }
122121
123- #[WithoutErrorHandler]
124122 #[RequiresPhp('<8.4 ' )]
125123 public function testReset (): void
126124 {
Original file line number Diff line number Diff line change 44
55use Doctrine \Bundle \DoctrineBundle \Tests \DependencyInjection \Fixtures \DbalTestKernel ;
66use PHPUnit \Framework \Attributes \DataProvider ;
7- use PHPUnit \Framework \Attributes \WithoutErrorHandler ;
87
98use function array_intersect_key ;
109
@@ -14,7 +13,6 @@ class UrlOverrideTest extends TestCase
1413 * @param array<string, (bool|string|null)> $config
1514 * @param array<string, (bool|string|null)> $expectedParams
1615 */
17- #[WithoutErrorHandler]
1816 #[DataProvider('connectionDataProvider ' )]
1917 public function testConnectionConfiguration (array $ config , array $ expectedParams ): void
2018 {
You can’t perform that action at this time.
0 commit comments