mirror of
https://github.com/danog/psalm-plugin-phpunit.git
synced 2024-12-02 09:27:56 +01:00
parent
902dadb745
commit
fdd731151a
@ -150,6 +150,12 @@ class TestCaseHandler implements
|
||||
}
|
||||
|
||||
$method_storage->suppressed_issues[] = 'PossiblyUnusedMethod';
|
||||
$codebase->methodExists(
|
||||
$declaring_method_id,
|
||||
null,
|
||||
'PHPUnit\Framework\TestSuite::run',
|
||||
'/vendor/phpunit/phpunit/src/Framework/TestSuite.php'
|
||||
);
|
||||
|
||||
if (!isset($specials['dataProvider'])) {
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user