File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22
33namespace PHPStan \Type \Constant ;
44
5+ use PHPStan \Testing \PHPStanTestCase ;
56use PHPStan \Type \BooleanType ;
67use PHPStan \Type \NullType ;
78use PHPStan \Type \StringType ;
89use PHPStan \Type \TypeCombinator ;
910use PHPStan \Type \VerbosityLevel ;
10- use PHPUnit \Framework \TestCase ;
1111
12- class ConstantArrayTypeBuilderTest extends TestCase
12+ class ConstantArrayTypeBuilderTest extends PHPStanTestCase
1313{
1414
1515 public function testOptionalKeysNextAutoIndex (): void
Original file line number Diff line number Diff line change 44
55use Exception ;
66use InvalidArgumentException ;
7+ use PHPStan \Testing \PHPStanTestCase ;
78use PHPStan \Type \ObjectType ;
89use PHPStan \Type \VerbosityLevel ;
910use PHPUnit \Framework \Attributes \DataProvider ;
10- use PHPUnit \Framework \TestCase ;
1111
12- class TemplateTypeMapTest extends TestCase
12+ class TemplateTypeMapTest extends PHPStanTestCase
1313{
1414
1515 public static function dataUnionWithLowerBoundTypes (): iterable
Original file line number Diff line number Diff line change 22
33namespace PHPStan \Type \Generic ;
44
5+ use PHPStan \Testing \PHPStanTestCase ;
56use PHPStan \TrinaryLogic ;
67use PHPStan \Type \BenevolentUnionType ;
78use PHPStan \Type \IntegerType ;
1011use PHPStan \Type \UnionType ;
1112use PHPStan \Type \VerbosityLevel ;
1213use PHPUnit \Framework \Attributes \DataProvider ;
13- use PHPUnit \Framework \TestCase ;
1414use function sprintf ;
1515
16- class TemplateTypeVarianceTest extends TestCase
16+ class TemplateTypeVarianceTest extends PHPStanTestCase
1717{
1818
1919 public static function dataIsValidVariance (): iterable
Original file line number Diff line number Diff line change 33namespace PHPStan \Type ;
44
55use PHPStan \Fixture \TestDecimal ;
6+ use PHPStan \Testing \PHPStanTestCase ;
67use PHPUnit \Framework \Attributes \DataProvider ;
7- use PHPUnit \Framework \TestCase ;
88use stdClass ;
99
10- class TestDecimalOperatorTypeSpecifyingExtensionTest extends TestCase
10+ class TestDecimalOperatorTypeSpecifyingExtensionTest extends PHPStanTestCase
1111{
1212
1313 #[DataProvider('dataSigilAndSidesProvider ' )]
You can’t perform that action at this time.
0 commit comments