We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaab586 commit a8d9ba9Copy full SHA for a8d9ba9
src/WebDAV/ByteMarkWebDAVServerTest.php
@@ -10,7 +10,7 @@ class ByteMarkWebDAVServerTest extends WebDAVAdapterTestCase
10
{
11
protected static function createFilesystemAdapter(): FilesystemAdapter
12
13
- if ($_ENV['TEST_WEBDAV'] !== 'YES') {
+ if (($_ENV['TEST_WEBDAV'] ?? '') !== 'YES') {
14
self::markTestSkipped('Library regression');
15
}
16
$client = new UrlPrefixingClientStub(['baseUri' => 'http://localhost:4080/', 'userName' => 'alice', 'password' => 'secret1234']);
0 commit comments