We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mock repository with haveFakeRepository method from Doctrine module.
Provide console output if related. Use -vvv mode for more details.
-vvv
[Warning] Repository can't be mocked, the EventManager's repositoryFactory doesn't have "repositoryList" property
Provide test source code if related
$I->haveFakeRepository('App\Entity\User', array('findOneBy' => function ($args) use ($user) { return $user; }));
composer show
doctrine/orm v2.5.13 Object-Relational-Mapper for PHP symfony/framework-bundle v4.0.8 Symfony FrameworkBundle
actor: ApiTester modules: enabled: - Symfony: app_path: src environment: test params: .env - REST: url: /api depends: Symfony - Doctrine2: depends: Symfony - \Helper\Api```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What are you trying to achieve?
Mock repository with haveFakeRepository method from Doctrine module.
What do you get instead?
Details
composer show
)doctrine/orm v2.5.13 Object-Relational-Mapper for PHP symfony/framework-bundle v4.0.8 Symfony FrameworkBundle
The text was updated successfully, but these errors were encountered: