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
f3b6b843
Commit
f3b6b843
authored
Dec 22, 2016
by
Sergio Bertolin
Browse files
Using propfind instead of accessing the file system
parent
cd3cdf02
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/integration/features/bootstrap/WebDav.php
View file @
f3b6b843
...
...
@@ -467,8 +467,8 @@ trait WebDav {
PHPUnit_Framework_Assert
::
assertEquals
(
1
,
file_exists
(
"work/
$filename
"
));
$this
->
userUploadsAFileTo
(
$user
,
"work/
$filename
"
,
$destination
);
$this
->
removeFile
(
"work/"
,
$filename
);
$
userHome
=
$this
->
getUserHome
(
$user
);
PHPUnit_Framework_Assert
::
assertEquals
(
1
,
file_ex
ist
s
(
$user
Home
.
"/files
$destination
"
)
);
$
expectedElements
=
new
\
Behat\Gherkin\Node\TableNode
([[
"
$destination
"
]]
);
$this
->
checkElementL
ist
(
$user
,
$expectedElements
);
}
/**
...
...
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