Skip to content

Commit c114558

Browse files
committed
Fix tests
1 parent bda3ad8 commit c114558

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"doctrine/common": "^2.7 || ^3.0",
2323
"doctrine/dbal": "^2.13.1",
2424
"doctrine/mongodb-odm": "^1.3 || ^2.1",
25-
"doctrine/orm": "^2.8.5",
25+
"doctrine/orm": "^2.9.1",
2626
"doctrine/persistence": "^1.1 || ^2.0",
2727
"php-parallel-lint/php-parallel-lint": "^1.2",
2828
"phpstan/phpstan-phpunit": "^0.12.16",

tests/DoctrineIntegration/ORM/data/entityRepositoryDynamicReturn-5.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"message": "Parameter #1 $className of method Doctrine\\Persistence\\ObjectManager::getRepository() expects class-string<nonexistentClass>, string given.",
3+
"message": "Parameter #1 $className of method Doctrine\\ORM\\EntityManagerInterface::getRepository() expects class-string<nonexistentClass>, string given.",
44
"line": 212,
55
"ignorable": true
66
}

0 commit comments

Comments
 (0)