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 2
2
3
3
namespace PHPStan \Type \Constant ;
4
4
5
+ use PHPStan \Testing \PHPStanTestCase ;
5
6
use PHPStan \Type \BooleanType ;
6
7
use PHPStan \Type \NullType ;
7
8
use PHPStan \Type \StringType ;
8
9
use PHPStan \Type \TypeCombinator ;
9
10
use PHPStan \Type \VerbosityLevel ;
10
- use PHPUnit \Framework \TestCase ;
11
11
12
- class ConstantArrayTypeBuilderTest extends TestCase
12
+ class ConstantArrayTypeBuilderTest extends PHPStanTestCase
13
13
{
14
14
15
15
public function testOptionalKeysNextAutoIndex (): void
Original file line number Diff line number Diff line change 4
4
5
5
use Exception ;
6
6
use InvalidArgumentException ;
7
+ use PHPStan \Testing \PHPStanTestCase ;
7
8
use PHPStan \Type \ObjectType ;
8
9
use PHPStan \Type \VerbosityLevel ;
9
10
use PHPUnit \Framework \Attributes \DataProvider ;
10
- use PHPUnit \Framework \TestCase ;
11
11
12
- class TemplateTypeMapTest extends TestCase
12
+ class TemplateTypeMapTest extends PHPStanTestCase
13
13
{
14
14
15
15
public static function dataUnionWithLowerBoundTypes (): iterable
Original file line number Diff line number Diff line change 2
2
3
3
namespace PHPStan \Type \Generic ;
4
4
5
+ use PHPStan \Testing \PHPStanTestCase ;
5
6
use PHPStan \TrinaryLogic ;
6
7
use PHPStan \Type \BenevolentUnionType ;
7
8
use PHPStan \Type \IntegerType ;
10
11
use PHPStan \Type \UnionType ;
11
12
use PHPStan \Type \VerbosityLevel ;
12
13
use PHPUnit \Framework \Attributes \DataProvider ;
13
- use PHPUnit \Framework \TestCase ;
14
14
use function sprintf ;
15
15
16
- class TemplateTypeVarianceTest extends TestCase
16
+ class TemplateTypeVarianceTest extends PHPStanTestCase
17
17
{
18
18
19
19
public static function dataIsValidVariance (): iterable
Original file line number Diff line number Diff line change 3
3
namespace PHPStan \Type ;
4
4
5
5
use PHPStan \Fixture \TestDecimal ;
6
+ use PHPStan \Testing \PHPStanTestCase ;
6
7
use PHPUnit \Framework \Attributes \DataProvider ;
7
- use PHPUnit \Framework \TestCase ;
8
8
use stdClass ;
9
9
10
- class TestDecimalOperatorTypeSpecifyingExtensionTest extends TestCase
10
+ class TestDecimalOperatorTypeSpecifyingExtensionTest extends PHPStanTestCase
11
11
{
12
12
13
13
#[DataProvider('dataSigilAndSidesProvider ' )]
You can’t perform that action at this time.
0 commit comments