Skip to content

Commit f07ad6c

Browse files
committed
Add more cohesion to the tests
1 parent 5bc5192 commit f07ad6c

File tree

84 files changed

+5
-5
lines changed

Some content is hidden

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

84 files changed

+5
-5
lines changed

tests/apps/mooc/backend/mooc_backend.yml apps/mooc/backend/tests/mooc_backend.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ mooc_backend:
1212

1313
suites:
1414
health_check:
15-
paths: [ tests/apps/mooc/backend/features/health_check ]
15+
paths: [ apps/mooc/backend/tests/features/health_check ]
1616
contexts:
1717
- CodelyTv\Tests\Shared\Infrastructure\Behat\ApiContext
1818

1919
courses:
20-
paths: [ tests/apps/mooc/backend/features/courses ]
20+
paths: [ apps/mooc/backend/tests/features/courses ]
2121
contexts:
2222
- CodelyTv\Tests\Shared\Infrastructure\Behat\ApplicationFeatureContext
2323
- CodelyTv\Tests\Shared\Infrastructure\Behat\ApiContext
2424

2525
courses_counter:
26-
paths: [ tests/apps/mooc/backend/features/courses_counter ]
26+
paths: [ apps/mooc/backend/tests/features/courses_counter ]
2727
contexts:
2828
- CodelyTv\Tests\Shared\Infrastructure\Behat\ApplicationFeatureContext
2929
- CodelyTv\Tests\Shared\Infrastructure\Behat\ApiContext

behat.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
imports:
2-
- tests/apps/mooc/backend/mooc_backend.yml
2+
- apps/mooc/backend/tests/mooc_backend.yml

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
"autoload-dev": {
6262
"psr-4": {
63-
"CodelyTv\\Tests\\": ["tests/src"]
63+
"CodelyTv\\Tests\\": ["tests"]
6464
}
6565
}
6666
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/src/Mooc/Videos/Application/.gitkeep

Whitespace-only changes.

tests/src/Mooc/Videos/Domain/.gitkeep

Whitespace-only changes.

tests/src/Mooc/Videos/Infrastructure/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)