Skip to content

Commit f956684

Browse files
authored
Merge pull request #21 from DealerDirect/docs-update
Updated documentation
2 parents 0734610 + 23f357f commit f956684

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

.spelling

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Behat
2626
codebase
2727
Codeception
2828
Deployer
29+
dealerdirect.com
2930
devops
3031
frontend
3132
Githooks

README.md

+5-13
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ You'll get the following tools by depending on this package:
3838

3939
### Test Related
4040

41-
- **[Behat][behat]**: BDD framework for PHP
4241
- **[Codeception][codeception]**: Modern full-stack testing framework for PHP
43-
- **[Mink][mink]**: PHP 5.3+ web browser emulator abstraction
4442
- **[Ocular][ocular]**: CLI for uploading external code coverage data to Scrutinizer
4543
- **[ParaTest][paratest]**: Parallel testing for PHPUnit
4644
- **[PHPUnit][phpunit]**: Testing framework for PHP
@@ -49,12 +47,9 @@ You'll get the following tools by depending on this package:
4947

5048
Other packages that you'll get:
5149

52-
- **[Behat Mink][behat-mink]**: Mink extension for Behat
5350
- **[Composer Versions Check][versions-check]**: Checks if packages are up to date to last major versions after update
5451
- **[Deployer][deployer]**: Deployment tool for PHP
5552
- **[Deployer Recipes][deployer-recipes]**: Third party recipes to integrate with Deployer
56-
- **[Mink Goutte Driver][mink-goutte-driver]**: Goutte driver for Mink framework
57-
- **[Mink Selenium2 Driver][mink-selenium2-driver]**: Selenium2 (WebDriver) driver for Mink framework
5853
- **[Phing][phing]**: Phing is a PHP project build system or build tool based on ​Apache Ant
5954
- **[Phinx][phinx]**: Phinx makes it ridiculously easy to manage the database migrations for your PHP app
6055
- **[PHP_CodeSniffer Composer Installer][phpcs-composer-installer]**: For installing PHP_CodeSniffer coding standards
@@ -66,6 +61,7 @@ Other packages that you'll get:
6661

6762
The following packages are suggested:
6863

64+
- **[Behat][behat]**: Scenario-oriented BDD framework
6965
- **[ApiGen][apigen]**: Smart and Readable Documentation for your PHP project
7066
- **[Mockery][mockery]**: A simple yet flexible PHP mock object framework
7167
- **[PHP_CodeBrowser][php-codebrowser]**: A code browser that augments the code with information from various QA tools
@@ -182,7 +178,7 @@ Then please be sure to check out [our vacancies][vacancies].
182178

183179
Did not find a matching vacancy? Just [get in touch][get-in-touch]!
184180

185-
[workingatdealerdirect.eu][workingatdealerdirecteu]
181+
[dealerdirect.com][dealerdirectcom]
186182

187183
## License
188184

@@ -210,21 +206,18 @@ THE SOFTWARE.
210206

211207
[apigen]: http://www.apigen.org
212208
[awesome-shield]: https://img.shields.io/badge/awesome%3F-yes-brightgreen.svg
213-
[behat-mink]: https://github.com/Behat/MinkExtension
214209
[behat]: http://behat.org
215210
[codeception]: http://codeception.com
216211
[contributors]: https://github.com/dealerdirect/php-qa-tools/graphs/contributors
212+
[dealerdirectcom]: http://www.dealerdirect.com/en
217213
[deployer-recipes]: https://github.com/deployphp/recipes
218214
[deployer]: https://deployer.org
219215
[frenck]: https://github.com/frenck
220-
[get-in-touch]: http://workingatdealerdirect.eu/open-sollicitatie/
216+
[get-in-touch]: https://www.dealerdirect.com/en/contact
221217
[grumphp]: https://github.com/phpro/grumphp
222218
[json-lint]: https://github.com/Seldaek/jsonlint
223219
[license-shield]: https://img.shields.io/github/license/dealerdirect/php-qa-tools.svg
224220
[maintenance-shield]: https://img.shields.io/maintenance/yes/2017.svg
225-
[mink-goutte-driver]: https://github.com/minkphp/MinkGoutteDriver
226-
[mink-selenium2-driver]: https://github.com/minkphp/MinkSelenium2Driver
227-
[mink]: http://mink.behat.org
228221
[mockery]: https://github.com/padraic/mockery
229222
[ocular]: https://github.com/scrutinizer-ci/ocular
230223
[packagist-shield]: https://img.shields.io/packagist/dt/dealerdirect/qa-tools.svg
@@ -256,8 +249,7 @@ THE SOFTWARE.
256249
[tombstone-analyzer]: https://github.com/scheb/tombstone-analyzer
257250
[travis-shield]: https://img.shields.io/travis/DealerDirect/php-qa-tools.svg
258251
[travis]: https://travis-ci.org/DealerDirect/php-qa-tools
259-
[vacancies]: http://workingatdealerdirect.eu/?post_type=vacancy&s=&department=99
252+
[vacancies]: https://www.dealerdirect.com/en/vacancies
260253
[versioneye-shield]: https://www.versioneye.com/user/projects/580939a4d65a77002f5eab70/badge.svg
261254
[versioneye]: https://www.versioneye.com/user/projects/580939a4d65a77002f5eab70
262255
[versions-check]: https://github.com/Soullivaneuh/composer-versions-check
263-
[workingatdealerdirecteu]: http://www.workingatdealerdirect.eu

0 commit comments

Comments
 (0)