Skip to content

Commit 2b22d62

Browse files
committed
Remove traces from travis and phpunit tests as this module won't be tested due to lack of PHP code
1 parent eb0f191 commit 2b22d62

File tree

7 files changed

+0
-265
lines changed

7 files changed

+0
-265
lines changed

.travis.yml

Lines changed: 0 additions & 92 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
[![Latest Version on Packagist][ico-version]][link-packagist]
55
[![Software License][ico-license]](LICENSE.md)
6-
[![Build Status][ico-travis]][link-travis]
76
![Supported Magento Versions][ico-compatibility]
87

98
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
@@ -47,18 +46,6 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
4746
vendor/bin/phpunit tests/unit
4847
```
4948
50-
### Magento Integration Tests
51-
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)
53-
54-
1. Copy `tests/integration/phpunit.xml.dist` from the package to `dev/tests/integration/phpunit.xml` in your Magento installation.
55-
56-
2. In that directory, run
57-
``` bash
58-
../../../vendor/bin/phpunit
59-
```
60-
61-
6249
## Security
6350
6451
If you discover any security related issues, please email avs@integer-net.de instead of using the issue tracker.
@@ -74,14 +61,12 @@ The MIT License (MIT). Please see [License File](LICENSE) for more information.
7461
7562
[ico-version]: https://img.shields.io/packagist/v/integer-net/magento2-configurable-wysiwyg.svg?style=flat-square
7663
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
77-
[ico-travis]: https://img.shields.io/travis/integer-net/magento2-configurable-wysiwyg/master.svg?style=flat-square
7864
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/integer-net/magento2-configurable-wysiwyg?style=flat-square
7965
[ico-code-quality]: https://img.shields.io/scrutinizer/g/integer-net/magento2-configurable-wysiwyg.svg?style=flat-square
8066
[ico-maintainability]: https://img.shields.io/codeclimate/maintainability/integer-net/magento2-configurable-wysiwyg?style=flat-square
8167
[ico-compatibility]: https://img.shields.io/badge/magento-2.3%20|%202.4-brightgreen.svg?logo=magento&longCache=true&style=flat-square
8268
8369
[link-packagist]: https://packagist.org/packages/integer-net/magento2-configurable-wysiwyg
84-
[link-travis]: https://travis-ci.org/integer-net/magento2-configurable-wysiwyg
8570
[link-scrutinizer]: https://scrutinizer-ci.com/g/integer-net/magento2-configurable-wysiwyg/code-structure
8671
[link-code-quality]: https://scrutinizer-ci.com/g/integer-net/magento2-configurable-wysiwyg
8772
[link-maintainability]: https://codeclimate.com/github/integer-net/magento2-configurable-wysiwyg

tests/integration/ExampleTest.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

tests/integration/phpunit.xml.dist

Lines changed: 0 additions & 62 deletions
This file was deleted.

tests/src/ExampleTestDataBuilder.php

Lines changed: 0 additions & 12 deletions
This file was deleted.

tests/unit/ExampleTest.php

Lines changed: 0 additions & 14 deletions
This file was deleted.

tests/unit/phpunit.xml.dist

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)