Skip to content

Commit 4da2fde

Browse files
committed
Update tests
1 parent 10e33f1 commit 4da2fde

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"doctrine/annotations": "^1.11.0",
2121
"doctrine/collections": "^1.6",
2222
"doctrine/common": "^2.7 || ^3.0",
23-
"doctrine/dbal": "^2.11.0",
23+
"doctrine/dbal": "^2.13.1",
2424
"doctrine/mongodb-odm": "^1.3 || ^2.1",
2525
"doctrine/orm": "^2.5",
2626
"doctrine/persistence": "^1.1 || ^2.0",

tests/DoctrineIntegration/ORM/data/dbalQueryBuilderExecuteDynamicReturn-7.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
[
22
{
3-
"message": "Cannot call method fetchAll() on Doctrine\\DBAL\\Driver\\ResultStatement|int.",
3+
"message": "Cannot call method fetchAll() on Doctrine\\DBAL\\ForwardCompatibility\\DriverStatement|int.",
44
"line": 43,
55
"ignorable": true
66
},
77
{
8-
"message": "Cannot call method fetchAll() on Doctrine\\DBAL\\Driver\\ResultStatement|int.",
8+
"message": "Cannot call method fetchAll() on Doctrine\\DBAL\\ForwardCompatibility\\DriverStatement|int.",
99
"line": 60,
1010
"ignorable": true
1111
},
1212
{
13-
"message": "Cannot call method fetchAll() on Doctrine\\DBAL\\Driver\\ResultStatement|int.",
13+
"message": "Cannot call method fetchAll() on Doctrine\\DBAL\\ForwardCompatibility\\DriverStatement|int.",
1414
"line": 76,
1515
"ignorable": true
1616
},
1717
{
18-
"message": "Cannot call method fetchAll() on Doctrine\\DBAL\\Driver\\ResultStatement|int.",
18+
"message": "Cannot call method fetchAll() on Doctrine\\DBAL\\ForwardCompatibility\\DriverStatement|int.",
1919
"line": 87,
2020
"ignorable": true
2121
}

0 commit comments

Comments
 (0)