File tree Expand file tree Collapse file tree 8 files changed +0
-23
lines changed Expand file tree Collapse file tree 8 files changed +0
-23
lines changed Original file line number Diff line number Diff line change 44
55namespace Doctrine \Tests \ORM ;
66
7- use Doctrine \Deprecations \PHPUnit \VerifyDeprecations ;
87use Doctrine \ORM \Cache \CacheConfiguration ;
98use Doctrine \ORM \Configuration ;
109use Doctrine \ORM \EntityRepository ;
2625 */
2726class ConfigurationTest extends TestCase
2827{
29- use VerifyDeprecations;
30-
3128 private Configuration $ configuration ;
3229
3330 protected function setUp (): void
Original file line number Diff line number Diff line change 66
77use Doctrine \Common \EventManager ;
88use Doctrine \DBAL \Connection ;
9- use Doctrine \Deprecations \PHPUnit \VerifyDeprecations ;
109use Doctrine \ORM \Configuration ;
1110use Doctrine \ORM \EntityManagerInterface ;
1211use Doctrine \ORM \Exception \EntityManagerClosed ;
2726
2827class EntityManagerTest extends OrmTestCase
2928{
30- use VerifyDeprecations;
31-
3229 private EntityManagerMock $ entityManager ;
3330
3431 protected function setUp (): void
Original file line number Diff line number Diff line change 88use Doctrine \DBAL \ArrayParameterType ;
99use Doctrine \DBAL \Platforms \AbstractPlatform ;
1010use Doctrine \DBAL \Types \Type as DBALType ;
11- use Doctrine \Deprecations \PHPUnit \VerifyDeprecations ;
1211use Doctrine \ORM \Internal \Hydration \HydrationException ;
1312use Doctrine \ORM \Internal \SQLResultCasing ;
1413use Doctrine \ORM \PersistentCollection ;
3332class NativeQueryTest extends OrmFunctionalTestCase
3433{
3534 use SQLResultCasing;
36- use VerifyDeprecations;
3735
3836 private AbstractPlatform |null $ platform = null ;
3937
Original file line number Diff line number Diff line change 44
55namespace Doctrine \Tests \ORM \Functional \Ticket ;
66
7- use Doctrine \Deprecations \PHPUnit \VerifyDeprecations ;
87use Doctrine \ORM \UnitOfWork ;
98use Doctrine \Tests \Models \DDC117 \DDC117ApproveChanges ;
109use Doctrine \Tests \Models \DDC117 \DDC117Article ;
2322#[Group('DDC-117 ' )]
2423class DDC117Test extends OrmFunctionalTestCase
2524{
26- use VerifyDeprecations;
27-
2825 private DDC117Article |null $ article1 ;
2926
3027 private DDC117Article |null $ article2 ;
Original file line number Diff line number Diff line change 44
55namespace Doctrine \Tests \ORM \Mapping ;
66
7- use Doctrine \Deprecations \PHPUnit \VerifyDeprecations ;
87use Doctrine \ORM \EntityRepository ;
98use Doctrine \ORM \Id \SequenceGenerator as IdSequenceGenerator ;
109use Doctrine \ORM \Mapping \ClassMetadata ;
4241
4342class BasicInheritanceMappingTest extends OrmTestCase
4443{
45- use VerifyDeprecations;
46-
4744 private ClassMetadataFactory $ cmf ;
4845
4946 protected function setUp (): void
Original file line number Diff line number Diff line change 99use Doctrine \DBAL \Driver ;
1010use Doctrine \DBAL \Platforms \AbstractPlatform ;
1111use Doctrine \DBAL \Platforms \PostgreSQLPlatform ;
12- use Doctrine \Deprecations \PHPUnit \VerifyDeprecations ;
1312use Doctrine \ORM \Configuration ;
1413use Doctrine \ORM \EntityManagerInterface ;
1514use Doctrine \ORM \Event \OnClassMetadataNotFoundEventArgs ;
5554
5655class ClassMetadataFactoryTest extends OrmTestCase
5756{
58- use VerifyDeprecations;
59-
6057 public function testGetMetadataForSingleClass (): void
6158 {
6259 $ platform = $ this ->createMock (AbstractPlatform::class);
Original file line number Diff line number Diff line change 1515use Doctrine \DBAL \ParameterType ;
1616use Doctrine \DBAL \Platforms \AbstractPlatform ;
1717use Doctrine \DBAL \Types \Types ;
18- use Doctrine \Deprecations \PHPUnit \VerifyDeprecations ;
1918use Doctrine \ORM \Query \Parameter ;
2019use Doctrine \ORM \Query \QueryException ;
2120use Doctrine \ORM \UnitOfWork ;
4039
4140class QueryTest extends OrmTestCase
4241{
43- use VerifyDeprecations;
44-
4542 /** @var EntityManagerMock */
4643 protected $ entityManager ;
4744
Original file line number Diff line number Diff line change 1111use Doctrine \DBAL \Driver \Statement ;
1212use Doctrine \DBAL \Exception ;
1313use Doctrine \DBAL \Platforms \AbstractPlatform ;
14- use Doctrine \Deprecations \PHPUnit \VerifyDeprecations ;
1514use Doctrine \ORM \EntityNotFoundException ;
1615use Doctrine \ORM \Exception \EntityIdentityCollisionException ;
1716use Doctrine \ORM \Mapping \ClassMetadata ;
4645 */
4746class UnitOfWorkTest extends OrmTestCase
4847{
49- use VerifyDeprecations;
50-
5148 /**
5249 * SUT
5350 */
You can’t perform that action at this time.
0 commit comments