Skip to content

Commit a3d1cb6

Browse files
vojtabiberleromanbracinik
authored andcommitted
CT-1558 - merge tests to one test-class
1 parent bde9f48 commit a3d1cb6

File tree

4 files changed

+152
-334
lines changed

4 files changed

+152
-334
lines changed

phpstan.neon

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ parameters:
66
-
77
identifier: missingType.iterableValue
88
- '#Constant STORAGE_API_[_A-Z0-9]+ not found.#'
9-
- '#Used constant STORAGE_API_LINKING_TOKEN not found.#'
10-
- '#Used constant STORAGE_API_SHARE_TOKEN not found.#'
119
- '#Constant MANAGE_API_[_A-Z0-9]+ not found.#'
1210
- '#Constant SUITE_NAME not found.#'
1311
- '#Constant TRAVIS_BUILD_ID not found.#'

phpunit.xml.dist

-1
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,6 @@
340340

341341
<testsuite name="snowflake-byodb">
342342
<file>tests/Backend/ExternalBuckets/SnowflakeBYODBTest.php</file>
343-
<file>tests/Backend/ExternalBuckets/SnowflakeExternalBucketLinkTest.php</file>
344343
<file>tests/Backend/ExternalBuckets/SnowflakeExternalBucketShareTest.php</file>
345344
<file>tests/Backend/ExternalBuckets/SnowflakeBucketsRefreshTablesInformationTest.php</file>
346345
</testsuite>

tests/Backend/ExternalBuckets/SnowflakeExternalBucketLinkTest.php

-324
This file was deleted.

0 commit comments

Comments
 (0)