Skip to content

Commit 696700b

Browse files
authored
Merge pull request #673: Remove feature tests
1 parent dd6fb3c commit 696700b

13 files changed

+0
-980
lines changed

.github/workflows/testing.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@ jobs:
1414
fail-fast: false
1515
test-command: composer test:unit
1616

17-
# feature:
18-
# name: Feature Testing
19-
# uses: ./.github/workflows/run-test-suite.yml
20-
# with:
21-
# fail-fast: true
22-
# test-command: composer test:feat
23-
# test-timeout: 20
24-
2517
functional:
2618
name: Functional Testing
2719
uses: ./.github/workflows/run-test-suite.yml

phpunit.xml.dist

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@
2727
<testsuite name="Unit">
2828
<directory suffix="TestCase.php">tests/Unit</directory>
2929
</testsuite>
30-
<testsuite name="Feature">
31-
<directory suffix="TestCase.php">tests/Feature</directory>
32-
</testsuite>
3330
<testsuite name="Functional">
3431
<directory suffix="TestCase.php">tests/Functional</directory>
3532
</testsuite>

tests/Feature/AbstractFeature.php

Lines changed: 0 additions & 21 deletions
This file was deleted.

tests/Feature/Testing/CapturedClient.php

Lines changed: 0 additions & 134 deletions
This file was deleted.

tests/Feature/Testing/TestingClient.php

Lines changed: 0 additions & 81 deletions
This file was deleted.

tests/Feature/Testing/TestingCommand.php

Lines changed: 0 additions & 62 deletions
This file was deleted.

tests/Feature/Testing/TestingEnvironment.php

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)