Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
75d37b69
Commit
75d37b69
authored
Nov 20, 2014
by
Morris Jobke
Browse files
fix unit tests of mdb2scheamreader
parent
593ef76e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/lib/db/mdb2schemareader.php
View file @
75d37b69
...
...
@@ -21,11 +21,11 @@ class MDB2SchemaReader extends \Test\TestCase {
* @return \OC\Config
*/
protected
function
getConfig
()
{
$config
=
$this
->
getMockBuilder
(
'\OC
\
Config'
)
$config
=
$this
->
getMockBuilder
(
'\OC
P\I
Config'
)
->
disableOriginalConstructor
()
->
getMock
();
$config
->
expects
(
$this
->
any
())
->
method
(
'getValue'
)
->
method
(
'get
System
Value'
)
->
will
(
$this
->
returnValueMap
(
array
(
array
(
'dbname'
,
'owncloud'
,
'testDB'
),
array
(
'dbtableprefix'
,
'oc_'
,
'test_'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment