Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
karliuka committed Sep 7, 2021
1 parent 832ed99 commit e14c543
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
always_run: true
# PHPUnit test
- id: magento-phpunit
name: PHPUnit test
name: PHP Unit test
description: Automatically run PHPUnit tests.
entry: magento-phpunit
language: python
Expand All @@ -37,7 +37,7 @@
args: ["-c=dev/tests/unit/phpunit.xml"]
# REST API PHPUnit test
- id: magento-webapi-rest-phpunit
name: REST API PHPUnit test
name: REST API PHP Unit test
description: Automatically run REST API PHPUnit tests.
entry: magento-webapi-rest-phpunit
language: python
Expand All @@ -46,7 +46,7 @@
args: ["--type=Api", "-c=dev/tests/api-functional/phpunit_rest.xml"]
# SOAP API PHPUnit test
- id: magento-webapi-soap-phpunit
name: SOAP API PHPUnit test
name: SOAP API PHP Unit test
description: Automatically run SOAP API PHPUnit tests.
entry: magento-webapi-soap-phpunit
language: python
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pre_commit_hooks
version = 1.0.5
version = 1.0.7
description = Some magento hooks for pre-commit.
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit e14c543

Please sign in to comment.