Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 0 additions & 8 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ jobs:
fail-fast: false
test-command: composer test:unit

# feature:
# name: Feature Testing
# uses: ./.github/workflows/run-test-suite.yml
# with:
# fail-fast: true
# test-command: composer test:feat
# test-timeout: 20

functional:
name: Functional Testing
uses: ./.github/workflows/run-test-suite.yml
Expand Down
3 changes: 0 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
<testsuite name="Unit">
<directory suffix="TestCase.php">tests/Unit</directory>
</testsuite>
<testsuite name="Feature">
<directory suffix="TestCase.php">tests/Feature</directory>
</testsuite>
<testsuite name="Functional">
<directory suffix="TestCase.php">tests/Functional</directory>
</testsuite>
Expand Down
21 changes: 0 additions & 21 deletions tests/Feature/AbstractFeature.php

This file was deleted.

134 changes: 0 additions & 134 deletions tests/Feature/Testing/CapturedClient.php

This file was deleted.

81 changes: 0 additions & 81 deletions tests/Feature/Testing/TestingClient.php

This file was deleted.

62 changes: 0 additions & 62 deletions tests/Feature/Testing/TestingCommand.php

This file was deleted.

63 changes: 0 additions & 63 deletions tests/Feature/Testing/TestingEnvironment.php

This file was deleted.

Loading
Loading