mirror of
https://github.com/jbcr/core.git
synced 2026-03-31 21:32:09 +02:00
Merge pull request #733 from bolt/fix/update-tests-readme
Fix/update tests readme
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user