Skip to content

Commit e1892c5

Browse files
committed
Remove phpspec
1 parent 11052a4 commit e1892c5

6 files changed

Lines changed: 1 addition & 20 deletions

File tree

.editorconfig

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,10 @@ indent_size = 4
6969
indent_style = space
7070
indent_size = 2
7171

72-
[phpspec.yml{,.dist}]
73-
indent_style = space
74-
indent_size = 4
75-
7672
[phpstan.neon]
7773
indent_style = space
7874
indent_size = 4
7975

8076
[phpunit.xml{,.dist}]
8177
indent_style = space
82-
indent_size = 4
78+
indent_size = 4

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,6 @@ jobs:
140140
- name: Run Psalm
141141
run: vendor/bin/psalm
142142

143-
- name: Run PHPSpec
144-
run: vendor/bin/phpspec run --ansi -f progress --no-interaction
145-
146143
- name: Run PHPUnit
147144
run: vendor/bin/phpunit --colors=always
148145

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
/.phpunit.result.cache
1414
/behat.yml
15-
/phpspec.yml
1615
/phpunit.xml
1716
/docker-compose.override.yml
1817
/compose.override.yaml

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,6 @@ symfony server:start -d
125125
vendor/bin/phpunit
126126
```
127127

128-
#### PHPSpec
129-
130-
```bash
131-
vendor/bin/phpspec run
132-
```
133-
134128
#### Behat (non-JS scenarios)
135129

136130
```bash

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"friends-of-behat/suite-settings-extension": "^1.0",
5050
"friends-of-behat/symfony-extension": "^2.1",
5151
"friends-of-behat/variadic-extension": "^1.3",
52-
"phpspec/phpspec": "^7.2",
5352
"phpstan/extension-installer": "^1.0",
5453
"phpstan/phpstan": "^1.8.1",
5554
"phpstan/phpstan-doctrine": "1.3.37",

phpspec.yml.dist

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

0 commit comments

Comments
 (0)