Skip to content

Commit d8d7b70

Browse files
reorganize test folders within the acceptance directory
Signed-off-by: prashant-gurung899 <[email protected]>
1 parent 90f66d7 commit d8d7b70

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+13
-13
lines changed

.codacy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ exclude_paths:
1414
- 'accounts/rollup.config.js'
1515
- 'deployments/**'
1616
- 'tests/acceptance/expected-failures-*.md'
17-
- 'tests/acceptance/features/bootstrap/**'
18-
- 'tests/TestHelpers/**'
17+
- 'tests/acceptance/bootstrap/**'
18+
- 'tests/acceptance/TestHelpers/**'
1919
- 'tests/acceptance/run.sh'
2020
- 'vendor/**/*'
2121
- 'tests/ociswrapper/vendor/**'

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ ci-format: $(BUILDIFIER)
336336
.PHONY: test-php-style
337337
test-php-style: vendor-bin/owncloud-codestyle/vendor vendor-bin/php_codesniffer/vendor
338338
$(PHP_CS_FIXER) fix -v --diff --allow-risky yes --dry-run
339-
$(PHP_CODESNIFFER) --cache --runtime-set ignore_warnings_on_exit --standard=phpcs.xml tests/acceptance tests/TestHelpers
339+
$(PHP_CODESNIFFER) --cache --runtime-set ignore_warnings_on_exit --standard=phpcs.xml tests/acceptance tests/acceptance/TestHelpers
340340

341341
.PHONY: test-php-style-fix
342342
test-php-style-fix: vendor-bin/owncloud-codestyle/vendor

tests/TestHelpers/HttpLogger.php renamed to tests/acceptance/TestHelpers/HttpLogger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class HttpLogger {
3333
* @return string
3434
*/
3535
public static function getLogDir(): string {
36-
return __DIR__ . '/../acceptance/logs';
36+
return __DIR__ . '/../logs';
3737
}
3838

3939
/**

0 commit comments

Comments
 (0)