Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 418299d

Browse filesBrowse files
Fix test
1 parent db3c26b commit 418299d
Copy full SHA for 418299d

1 file changed

+2Lines changed: 2 additions & 0 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎src/Symfony/Bridge/Doctrine/Tests/SchemaListener/PdoSessionHandlerSchemaListenerTest.php‎

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Tests/SchemaListener/PdoSessionHandlerSchemaListenerTest.php
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ public function testPostGenerateSchemaRespectsSchemaFilter()
6161
->willReturnCallback(static function (Schema $schema) {
6262
$table = $schema->createTable('sessions');
6363
$table->addColumn('sess_id', 'string');
64+
65+
return $schema;
6466
});
6567

6668
$listener = new PdoSessionHandlerSchemaListener($pdoSessionHandler);

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.