Skip to content

Commit 42b396c

Browse files
authored
Merge pull request #1 from integer-net/tidy
Tidy
2 parents c0b4539 + 87acddb commit 42b396c

File tree

4 files changed

+0
-87
lines changed

4 files changed

+0
-87
lines changed

.scrutinizer.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,3 @@ build:
1818
- php-scrutinizer-run
1919
- phpcs-run
2020

21-
tools:
22-
external_code_coverage:
23-
runs: 2 # Scrutinizer will wait for two code coverage submissions (unit and integration test suites)
24-
timeout: 2400 # Timeout in seconds.

.travis/before_script.sh

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

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
[![Software License][ico-license]](LICENSE.md)
66
![Supported Magento Versions][ico-compatibility]
77

8-
[![Coverage Status][ico-scrutinizer]][link-scrutinizer]
98
[![Quality Score][ico-code-quality]][link-code-quality]
109
[![Maintainability][ico-maintainability]][link-maintainability]
1110
</div>
@@ -38,13 +37,6 @@ Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed re
3837
3938
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
4039
41-
## Testing
42-
43-
### Unit Tests
44-
45-
```
46-
vendor/bin/phpunit tests/unit
47-
```
4840
4941
## Security
5042
@@ -61,7 +53,6 @@ The MIT License (MIT). Please see [License File](LICENSE) for more information.
6153
6254
[ico-version]: https://img.shields.io/packagist/v/integer-net/magento2-configurable-wysiwyg.svg?style=flat-square
6355
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
64-
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/integer-net/magento2-configurable-wysiwyg?style=flat-square
6556
[ico-code-quality]: https://img.shields.io/scrutinizer/g/integer-net/magento2-configurable-wysiwyg.svg?style=flat-square
6657
[ico-maintainability]: https://img.shields.io/codeclimate/maintainability/integer-net/magento2-configurable-wysiwyg?style=flat-square
6758
[ico-compatibility]: https://img.shields.io/badge/magento-2.3%20|%202.4-brightgreen.svg?logo=magento&longCache=true&style=flat-square

composer.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
"IntegerNet\\ConfigurableWysiwyg\\": "src"
1919
}
2020
},
21-
"autoload-dev": {
22-
"psr-4": {
23-
"IntegerNet\\ConfigurableWysiwyg\\": "tests/src"
24-
}
25-
},
2621
"repositories": [
2722
{
2823
"type": "composer",
@@ -35,7 +30,6 @@
3530
},
3631
"require-dev": {
3732
"roave/security-advisories": "dev-master",
38-
"phpunit/phpunit": "^6.0|^9.0",
3933
"pds/skeleton": "^1.0",
4034
"phpro/grumphp": "^v0.21.0",
4135
"phpstan/phpstan": "^0.12.0",

0 commit comments

Comments
 (0)