Skip to content

Commit 43b8b5c

Browse files
committed
rectify
1 parent 9cfaa1c commit 43b8b5c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
/kahlan-config.php export-ignore
1010
/phpcs.xml export-ignore
1111
/rector.php export-ignore
12+
/stubs export-ignore

spec/Middleware/MezzioFactorySpec.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
'dbname' => 'mysqldbname',
165165
'host' => 'mysqlhost',
166166
'port' => '3306',
167-
'driverClass' => 'Doctrine\DBAL\Driver\PDO\MySql\Driver'
167+
'driverClass' => Driver::class,
168168
]);
169169
allow($connection)->toReceive('getDriver')->andReturn($driver);
170170

0 commit comments

Comments
 (0)