|
|
@@ -69,7 +69,8 @@ class SqliteTest extends TestCase
|
|
|
'database' => 'bar.db',
|
|
|
'flags' => [1 => true, 2 => false],
|
|
|
'encoding' => 'a-language',
|
|
|
- 'init' => ['Execute this', 'this too']
|
|
|
+ 'init' => ['Execute this', 'this too'],
|
|
|
+ 'mask' => 0666
|
|
|
];
|
|
|
$driver = $this->getMockBuilder('Cake\Database\driver\Sqlite')
|
|
|
->setMethods(['_connect', 'connection'])
|