Fix PHPCR tests for PHPUnit 10 #315
Annotations
4 errors and 1 warning
Run a static analysis with phpstan/phpstan:
tests/Common/DataFixtures/Executor/PHPCRExecutorTest.php#L1
Ignored error pattern #^Call to method expects\(\) on an unknown class Doctrine\\ODM\\PHPCR\\DocumentManager\.$# in path /home/runner/work/data-fixtures/data-fixtures/tests/Common/DataFixtures/Executor/PHPCRExecutorTest.php was not matched in reported errors.
|
Run a static analysis with phpstan/phpstan:
tests/Common/DataFixtures/Executor/PHPCRExecutorTest.php#L1
Ignored error pattern #^Method Doctrine\\Tests\\Common\\DataFixtures\\Executor\\PHPCRExecutorTest\:\:getDocumentManager\(\) has invalid return type Doctrine\\ODM\\PHPCR\\DocumentManager\.$# in path /home/runner/work/data-fixtures/data-fixtures/tests/Common/DataFixtures/Executor/PHPCRExecutorTest.php was not matched in reported errors.
|
Run a static analysis with phpstan/phpstan:
tests/Mock/PHPCRDocumentManager.php#L10
Class Doctrine\Tests\Mock\PHPCRDocumentManager extends unknown class Doctrine\ODM\PHPCR\DocumentManager.
|
Run a static analysis with phpstan/phpstan
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading