mirror of
https://github.com/doctrine/data-fixtures.git
synced 2026-03-23 22:32:13 +01:00
112 lines
4.8 KiB
Plaintext
112 lines
4.8 KiB
Plaintext
parameters:
|
|
ignoreErrors:
|
|
-
|
|
message: "#^Call to method transactional\\(\\) on an unknown class Doctrine\\\\ODM\\\\PHPCR\\\\DocumentManagerInterface\\.$#"
|
|
count: 1
|
|
path: src/Executor/PHPCRExecutor.php
|
|
|
|
-
|
|
message: "#^Method Doctrine\\\\Common\\\\DataFixtures\\\\Executor\\\\PHPCRExecutor\\:\\:getObjectManager\\(\\) has invalid return type Doctrine\\\\ODM\\\\PHPCR\\\\DocumentManagerInterface\\.$#"
|
|
count: 1
|
|
path: src/Executor/PHPCRExecutor.php
|
|
|
|
-
|
|
message: "#^Parameter \\$dm of method Doctrine\\\\Common\\\\DataFixtures\\\\Executor\\\\PHPCRExecutor\\:\\:__construct\\(\\) has invalid type Doctrine\\\\ODM\\\\PHPCR\\\\DocumentManagerInterface\\.$#"
|
|
count: 2
|
|
path: src/Executor/PHPCRExecutor.php
|
|
|
|
-
|
|
message: "#^Property Doctrine\\\\Common\\\\DataFixtures\\\\Executor\\\\PHPCRExecutor\\:\\:\\$dm has unknown class Doctrine\\\\ODM\\\\PHPCR\\\\DocumentManagerInterface as its type\\.$#"
|
|
count: 2
|
|
path: src/Executor/PHPCRExecutor.php
|
|
|
|
-
|
|
message: "#^Call to an undefined method Doctrine\\\\Common\\\\DataFixtures\\\\FixtureInterface\\:\\:getDependencies\\(\\)\\.$#"
|
|
count: 1
|
|
path: src/Loader.php
|
|
|
|
-
|
|
message: "#^Call to an undefined method Doctrine\\\\Persistence\\\\ObjectManager\\:\\:getReference\\(\\)\\.$#"
|
|
count: 1
|
|
path: src/ProxyReferenceRepository.php
|
|
|
|
-
|
|
message: "#^Call to method getPhpcrSession\\(\\) on an unknown class Doctrine\\\\ODM\\\\PHPCR\\\\DocumentManagerInterface\\.$#"
|
|
count: 1
|
|
path: src/Purger/PHPCRPurger.php
|
|
|
|
-
|
|
message: "#^Call to static method purgeWorkspace\\(\\) on an unknown class PHPCR\\\\Util\\\\NodeHelper\\.$#"
|
|
count: 1
|
|
path: src/Purger/PHPCRPurger.php
|
|
|
|
-
|
|
message: "#^Method Doctrine\\\\Common\\\\DataFixtures\\\\Purger\\\\PHPCRPurger\\:\\:getObjectManager\\(\\) has invalid return type Doctrine\\\\ODM\\\\PHPCR\\\\DocumentManagerInterface\\.$#"
|
|
count: 1
|
|
path: src/Purger/PHPCRPurger.php
|
|
|
|
-
|
|
message: "#^Parameter \\$dm of method Doctrine\\\\Common\\\\DataFixtures\\\\Purger\\\\PHPCRPurger\\:\\:__construct\\(\\) has invalid type Doctrine\\\\ODM\\\\PHPCR\\\\DocumentManagerInterface\\.$#"
|
|
count: 1
|
|
path: src/Purger/PHPCRPurger.php
|
|
|
|
-
|
|
message: "#^Parameter \\$dm of method Doctrine\\\\Common\\\\DataFixtures\\\\Purger\\\\PHPCRPurger\\:\\:setDocumentManager\\(\\) has invalid type Doctrine\\\\ODM\\\\PHPCR\\\\DocumentManager\\.$#"
|
|
count: 1
|
|
path: src/Purger/PHPCRPurger.php
|
|
|
|
-
|
|
message: "#^Property Doctrine\\\\Common\\\\DataFixtures\\\\Purger\\\\PHPCRPurger\\:\\:\\$dm \\(Doctrine\\\\ODM\\\\PHPCR\\\\DocumentManagerInterface\\|null\\) does not accept Doctrine\\\\ODM\\\\PHPCR\\\\DocumentManager\\.$#"
|
|
count: 1
|
|
path: src/Purger/PHPCRPurger.php
|
|
|
|
-
|
|
message: "#^Property Doctrine\\\\Common\\\\DataFixtures\\\\Purger\\\\PHPCRPurger\\:\\:\\$dm has unknown class Doctrine\\\\ODM\\\\PHPCR\\\\DocumentManagerInterface as its type\\.$#"
|
|
count: 1
|
|
path: src/Purger/PHPCRPurger.php
|
|
|
|
-
|
|
message: "#^Parameter \\$dm of method Doctrine\\\\Common\\\\DataFixtures\\\\Purger\\\\PHPCRPurgerInterface\\:\\:setDocumentManager\\(\\) has invalid type Doctrine\\\\Common\\\\DataFixtures\\\\Purger\\\\DocumentManager\\.$#"
|
|
count: 1
|
|
path: src/Purger/PHPCRPurgerInterface.php
|
|
|
|
-
|
|
message: "#^Access to an undefined property Doctrine\\\\Persistence\\\\Mapping\\\\ClassMetadata\\<T of object\\>\\:\\:\\$name\\.$#"
|
|
count: 1
|
|
path: src/ReferenceRepository.php
|
|
|
|
-
|
|
message: "#^Call to an undefined method Doctrine\\\\Persistence\\\\ObjectManager\\:\\:getReference\\(\\)\\.$#"
|
|
count: 1
|
|
path: src/ReferenceRepository.php
|
|
|
|
-
|
|
message: "#^Call to an undefined method Doctrine\\\\Persistence\\\\ObjectManager\\:\\:getUnitOfWork\\(\\)\\.$#"
|
|
count: 2
|
|
path: src/ReferenceRepository.php
|
|
|
|
-
|
|
message: "#^Class Doctrine\\\\ODM\\\\PHPCR\\\\DocumentManager not found\\.$#"
|
|
count: 2
|
|
path: src/ReferenceRepository.php
|
|
|
|
-
|
|
message: "#^Method Doctrine\\\\Tests\\\\Common\\\\DataFixtures\\\\FixtureWithUnexistentDependency\\:\\:getDependencies\\(\\) should return array\\<class\\-string\\<Doctrine\\\\Common\\\\DataFixtures\\\\FixtureInterface\\>\\> but returns array\\<int, string\\>\\.$#"
|
|
count: 1
|
|
path: tests/Common/DataFixtures/DependentFixtureTest.php
|
|
|
|
-
|
|
message: "#^Call to method expects\\(\\) on an unknown class Doctrine\\\\ODM\\\\PHPCR\\\\DocumentManager\\.$#"
|
|
count: 5
|
|
path: tests/Common/DataFixtures/Executor/PHPCRExecutorTest.php
|
|
|
|
-
|
|
message: "#^Method Doctrine\\\\Tests\\\\Common\\\\DataFixtures\\\\Executor\\\\PHPCRExecutorTest\\:\\:getDocumentManager\\(\\) has invalid return type Doctrine\\\\ODM\\\\PHPCR\\\\DocumentManager\\.$#"
|
|
count: 1
|
|
path: tests/Common/DataFixtures/Executor/PHPCRExecutorTest.php
|
|
|
|
-
|
|
message: "#^Call to an undefined method Doctrine\\\\ODM\\\\MongoDB\\\\DocumentManager\\:\\:getConnection\\(\\)\\.$#"
|
|
count: 1
|
|
path: tests/Common/DataFixtures/Purger/MongoDBPurgerTest.php
|