We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cfaa1c commit 43b8b5cCopy full SHA for 43b8b5c
.gitattributes
@@ -9,3 +9,4 @@
9
/kahlan-config.php export-ignore
10
/phpcs.xml export-ignore
11
/rector.php export-ignore
12
+/stubs export-ignore
spec/Middleware/MezzioFactorySpec.php
@@ -164,7 +164,7 @@
164
'dbname' => 'mysqldbname',
165
'host' => 'mysqlhost',
166
'port' => '3306',
167
- 'driverClass' => 'Doctrine\DBAL\Driver\PDO\MySql\Driver'
+ 'driverClass' => Driver::class,
168
]);
169
allow($connection)->toReceive('getDriver')->andReturn($driver);
170
0 commit comments