You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,6 @@ People *love* thorough bug reports. I'm not even kidding.
45
45
46
46
-**[PSR-2 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md)** - Check the code style with ``$ composer check-style`` and fix it with ``$ composer fix-style``.
47
47
48
-
-**Add tests!** - Your patch won't be accepted if it doesn't have tests.
49
-
50
48
-**Document any change in behaviour** - Make sure the `README.md` and any other relevant documentation are kept up-to-date.
51
49
52
50
-**Consider our release cycle** - We try to follow [SemVer v2.0.0](http://semver.org/). Randomly breaking public APIs is not an option.
@@ -61,4 +59,4 @@ People *love* thorough bug reports. I'm not even kidding.
61
59
By contributing, you agree that your contributions will be licensed under its MIT License.
62
60
63
61
## References
64
-
This document was adapted from the open-source contribution guidelines for [Facebook's Draft](https://github.com/facebook/draft-js/blob/a9316a723f9e918afde44dea68b5f9f39b7d9b00/CONTRIBUTING.md) with additions from [ThePhpLeague Template](https://github.com/thephpleague/skeleton)
62
+
This document was adapted from the open-source contribution guidelines for [Facebook's Draft](https://github.com/facebook/draft-js/blob/a9316a723f9e918afde44dea68b5f9f39b7d9b00/CONTRIBUTING.md) with additions from [ThePhpLeague Template](https://github.com/thephpleague/skeleton)
We recommend using the `--lock-env` switch so this configuration doesn't get lost when importing a database dump.
45
31
46
-
```
47
-
./vendor/bin/phpunit tests/unit
48
-
```
32
+
We recommend to not enable Swagger if there are no other access restrictions in place. These can be:
49
33
50
-
### Magento Integration Tests
34
+
- Required VPN
35
+
- Basic Auth
36
+
- Access restricted to predefined IPs
51
37
52
-
0. Configure test database in `dev/tests/integration/etc/install-config-mysql.php`. [Read more in the Magento docs.](https://devdocs.magento.com/guides/v2.4/test/integration/integration_test_execution.html)
38
+
## Changelog
53
39
54
-
1. Copy `tests/integration/phpunit.xml.dist` from the package to `dev/tests/integration/phpunit.xml` in your Magento installation.
40
+
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
55
41
56
-
2. In that directory, run
57
-
``` bash
58
-
../../../vendor/bin/phpunit
59
-
```
42
+
## Contributing
60
43
44
+
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
61
45
62
46
## Security
63
47
64
-
If you discover any security related issues, please email avs@integer-net.de instead of using the issue tracker.
48
+
If you discover any security related issues, please email security@integer-net.de instead of using the issue tracker.
0 commit comments