Skip to content

Commit

Permalink
remove phpspec
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikbosch committed Nov 21, 2023
1 parent 7979669 commit b5ac353
Show file tree
Hide file tree
Showing 28 changed files with 1 addition and 1,095 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ Dockerfile export-ignore
/benchmark/ export-ignore
/hack/ export-ignore
/phpbench.json export-ignore
/phpspec.yml.dist export-ignore
/phpstan-baseline.neon export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml export-ignore
/spec/ export-ignore
/tests/ export-ignore

/doc/ export-ignore
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
.php_cs.cache
.phpunit.result.cache
/build/
/phpspec.yml
/phpunit.xml
/vendor/

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Please see the [official documentation](http://moneyphp.org).

## Testing

We try to follow BDD and TDD, as such we use both [phpspec](http://www.phpspec.net) and [phpunit](https://phpunit.de) to test this library.
We try to follow TDD by using [phpunit](https://phpunit.de) to test this library.

```bash
$ composer test
Expand Down
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"php-http/message": "^1.11.0",
"php-http/mock-client": "^1.4.1",
"phpbench/phpbench": "^1.2.5",
"phpspec/phpspec": "^7.3",
"phpunit/phpunit": "^9.5.4",
"psalm/plugin-phpunit": "^0.18.4",
"psr/cache": "^1.0.1",
Expand All @@ -66,7 +65,6 @@
"psr-4": {
"Benchmark\\Money\\": "benchmark/",
"Tests\\Money\\": "tests/",
"spec\\Money\\": "spec/"
}
},
"config": {
Expand All @@ -90,7 +88,6 @@
],
"clean": "rm -rf build/ vendor/",
"test": [
"vendor/bin/phpspec run",
"vendor/bin/phpunit -v",
"vendor/bin/phpbench run",
"vendor/bin/psalm",
Expand Down
5 changes: 0 additions & 5 deletions phpspec.yml.dist

This file was deleted.

18 changes: 0 additions & 18 deletions spec/Calculator/BcMathCalculatorSpec.php

This file was deleted.

92 changes: 0 additions & 92 deletions spec/Calculator/CalculatorBehavior.php

This file was deleted.

18 changes: 0 additions & 18 deletions spec/Calculator/GmpCalculatorSpec.php

This file was deleted.

74 changes: 0 additions & 74 deletions spec/ConverterSpec.php

This file was deleted.

36 changes: 0 additions & 36 deletions spec/Currencies/BitcoinCurrenciesSpec.php

This file was deleted.

49 changes: 0 additions & 49 deletions spec/Currencies/CurrencyListSpec.php

This file was deleted.

24 changes: 0 additions & 24 deletions spec/Currencies/ISOCurrenciesSpec.php

This file was deleted.

Loading

0 comments on commit b5ac353

Please sign in to comment.