File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ private function getSchemaAnalyzer() {
212
212
if (!$ this ->schemaAnalyzer ) {
213
213
throw new MagicQueryMissingConnectionException ('In order to use MagicJoin, you need to configure a DBAL connection. ' );
214
214
}
215
-
215
+
216
216
$ this ->schemaAnalyzer = new SchemaAnalyzer ($ this ->connection ->getSchemaManager ()->createSchema ());
217
217
}
218
218
return $ this ->schemaAnalyzer ;
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public function testStandardSelect()
42
42
public function testWithCache () {
43
43
$ config = new \Doctrine \DBAL \Configuration ();
44
44
$ connectionParams = array (
45
- 'url ' => 'mysql://root:@localhost/test ' ,
45
+ 'url ' => 'mysql://root:@localhost/ ' ,
46
46
);
47
47
$ conn = \Doctrine \DBAL \DriverManager::getConnection ($ connectionParams , $ config );
48
48
You can’t perform that action at this time.
0 commit comments