Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/PHPStan/Analyser/AnalyserIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@
use PHPStan\Testing\PHPStanTestCase;
use PHPStan\Type\Constant\ConstantIntegerType;
use PHPStan\Type\Constant\ConstantStringType;
use PHPUnit\Framework\Attributes\CoversNothing;
use PHPUnit\Framework\Attributes\RequiresPhp;
use function extension_loaded;
use function sprintf;
use const PHP_VERSION_ID;

#[CoversNothing]
class AnalyserIntegrationTest extends PHPStanTestCase
{

Expand Down
2 changes: 2 additions & 0 deletions tests/PHPStan/Analyser/AnalyserTraitsIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
use Override;
use PHPStan\File\FileHelper;
use PHPStan\Testing\PHPStanTestCase;
use PHPUnit\Framework\Attributes\CoversNothing;
use PHPUnit\Framework\Attributes\RequiresPhp;
use function array_map;
use function array_merge;
use function array_unique;
use function sprintf;
use function usort;

#[CoversNothing]
class AnalyserTraitsIntegrationTest extends PHPStanTestCase
{

Expand Down
2 changes: 2 additions & 0 deletions tests/PHPStan/Command/AnalyseApplicationIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
use PHPStan\File\SimpleRelativePathHelper;
use PHPStan\ShouldNotHappenException;
use PHPStan\Testing\PHPStanTestCase;
use PHPUnit\Framework\Attributes\CoversNothing;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\StreamOutput;
use Symfony\Component\Console\Style\SymfonyStyle;
Expand All @@ -22,6 +23,7 @@
use function stream_get_contents;
use const DIRECTORY_SEPARATOR;

#[CoversNothing]
class AnalyseApplicationIntegrationTest extends PHPStanTestCase
{

Expand Down
2 changes: 2 additions & 0 deletions tests/PHPStan/Command/AnalyseCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use PHPStan\ShouldNotHappenException;
use PHPStan\Testing\PHPStanTestCase;
use PHPUnit\Framework\Attributes\CoversNothing;
use PHPUnit\Framework\Attributes\DataProvider;
use PHPUnit\Framework\Attributes\Group;
use Symfony\Component\Console\Tester\CommandTester;
Expand All @@ -17,6 +18,7 @@
use const PHP_EOL;

#[Group('exec')]
#[CoversNothing]
class AnalyseCommandTest extends PHPStanTestCase
{

Expand Down
2 changes: 2 additions & 0 deletions tests/PHPStan/Command/CommandHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace PHPStan\Command;

use PHPStan\ShouldNotHappenException;
use PHPUnit\Framework\Attributes\CoversNothing;
use PHPUnit\Framework\Attributes\DataProvider;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\TestCase;
Expand All @@ -16,6 +17,7 @@
use const DIRECTORY_SEPARATOR;

#[Group('exec')]
#[CoversNothing]
class CommandHelperTest extends TestCase
{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use Nette\Utils\Json;
use PHPStan\ShouldNotHappenException;
use PHPUnit\Framework\Attributes\CoversNothing;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\TestCase;
use function array_sum;
Expand All @@ -17,6 +18,7 @@
use const PHP_BINARY;

#[Group('exec')]
#[CoversNothing]
class BaselineNeonErrorFormatterIntegrationTest extends TestCase
{

Expand Down
2 changes: 2 additions & 0 deletions tests/PHPStan/Generics/GenericsIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
namespace PHPStan\Generics;

use PHPStan\Testing\LevelsTestCase;
use PHPUnit\Framework\Attributes\CoversNothing;
use PHPUnit\Framework\Attributes\Group;

#[Group('levels')]
#[CoversNothing]
class GenericsIntegrationTest extends LevelsTestCase
{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
namespace PHPStan\Levels;

use PHPStan\Testing\LevelsTestCase;
use PHPUnit\Framework\Attributes\CoversNothing;
use PHPUnit\Framework\Attributes\Group;

#[Group('levels')]
#[CoversNothing]
class InferPrivatePropertyTypeFromConstructorIntegrationTest extends LevelsTestCase
{

Expand Down
2 changes: 2 additions & 0 deletions tests/PHPStan/Levels/LevelsIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
namespace PHPStan\Levels;

use PHPStan\Testing\LevelsTestCase;
use PHPUnit\Framework\Attributes\CoversNothing;
use PHPUnit\Framework\Attributes\Group;
use const PHP_VERSION_ID;

#[Group('levels')]
#[CoversNothing]
class LevelsIntegrationTest extends LevelsTestCase
{

Expand Down
2 changes: 2 additions & 0 deletions tests/PHPStan/Levels/NamedArgumentsIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
namespace PHPStan\Levels;

use PHPStan\Testing\LevelsTestCase;
use PHPUnit\Framework\Attributes\CoversNothing;
use PHPUnit\Framework\Attributes\Group;

#[Group('levels')]
#[CoversNothing]
class NamedArgumentsIntegrationTest extends LevelsTestCase
{

Expand Down
2 changes: 2 additions & 0 deletions tests/PHPStan/Levels/StubValidatorIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
namespace PHPStan\Levels;

use PHPStan\Testing\LevelsTestCase;
use PHPUnit\Framework\Attributes\CoversNothing;
use PHPUnit\Framework\Attributes\Group;

#[Group('levels')]
#[CoversNothing]
class StubValidatorIntegrationTest extends LevelsTestCase
{

Expand Down
2 changes: 2 additions & 0 deletions tests/PHPStan/Levels/StubsIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
namespace PHPStan\Levels;

use PHPStan\Testing\LevelsTestCase;
use PHPUnit\Framework\Attributes\CoversNothing;
use PHPUnit\Framework\Attributes\Group;

#[Group('levels')]
#[CoversNothing]
class StubsIntegrationTest extends LevelsTestCase
{

Expand Down
2 changes: 2 additions & 0 deletions tests/PHPStan/Parallel/ParallelAnalyserIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use Nette\Utils\Json;
use PHPStan\File\FileHelper;
use PHPStan\ShouldNotHappenException;
use PHPUnit\Framework\Attributes\CoversNothing;
use PHPUnit\Framework\Attributes\DataProvider;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\TestCase;
Expand All @@ -21,6 +22,7 @@
use const PHP_BINARY;

#[Group('exec')]
#[CoversNothing]
class ParallelAnalyserIntegrationTest extends TestCase
{

Expand Down
Loading