@@ -34,7 +34,7 @@ |
||
| 34 | 34 | |
| 35 | 35 | file_put_contents('/tmp/model.conf', ''); |
| 36 | 36 | |
| 37 | - $mockAdapter = $this->getMockBuilder(CombinedAdapter::class)->disableOriginalConstructor()->getMock(); |
|
| 37 | + $mockAdapter = $this->getMockBuilder(CombinedAdapter::class)->disableOriginalConstructor()->getMock(); |
|
| 38 | 38 | |
| 39 | 39 | $container = new Container(); |
| 40 | 40 | $container->bindInstance(CombinedAdapter::class, $mockAdapter); |