Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix CS
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen authored and juliusknorr committed Mar 31, 2023
commit b3967356a87e74dc3beecb79eb92d4174af45ae0
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
use OCP\IRequest;

class EndpointController extends OCSController {

public function __construct(
string $appName,
IRequest $request,
Expand Down
1 change: 0 additions & 1 deletion tests/Integration/features/bootstrap/FeatureContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
* Defines application features from the specific context.
*/
class FeatureContext implements Context {

use WebDav;

protected $regularUser = '123456';
Expand Down
2 changes: 0 additions & 2 deletions tests/Integration/features/bootstrap/WebDav.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@
*
*/
use GuzzleHttp\Client as GClient;
use GuzzleHttp\Message\ResponseInterface;
use PHPUnit\Framework\Assert;
use Sabre\DAV\Client as SClient;
use Sabre\DAV\Xml\Property\ResourceType;


trait WebDav {
/** @var string */
private $davPath = "remote.php/webdav";
Expand Down