Merge pull request #733 from bolt/fix/update-tests-readme

Fix/update tests readme
This commit is contained in:
Bob den Otter
2019-11-20 11:48:09 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -142,7 +142,7 @@ Bolt uses several testing frameworks for [different test layers][fowler]:
- unit: PHPSpec, PHPUnit, Jest
- integration (of Symfony services): PHPUnit with KernelTestCase
- functional (API Contracts): Behat
- acceptance (UI, end-to-end): Kakunin
- acceptance (UI, end-to-end): Behat/Mink
To run PHP unit tests:
```
@@ -150,8 +150,9 @@ make test
```
To run E2E tests:
- Follow the Behat tests [installation guide](tests/behat/README.md), then:
```
make e2e
make behat-js
```
Fixing IDE issues

View File

@@ -74,7 +74,6 @@
<li><a href="http://www.phpspec.net/en/stable/" target="_blank">phpspec</a>.</li>
<li><a href="http://behat.org/en/latest/" target="_blank">Behat</a>.</li>
<li><a href="https://github.com/coduo/php-matcher" target="_blank">PHP Matcher</a>.</li>
<li><a href="https://kakunin.io" target="_blank">Kakunin</a>.</li>
<li><a href="https://github.com/phpstan/phpstan" target="_blank">PHP Stan</a>.</li>
<li><a href="https://github.com/Symplify/EasyCodingStandard" target="_blank">Easy Coding Standard</a>.</li>
<li><a href="https://blackfire.io/" target="_blank">Blackfire</a>.</li>